Class: Symbol
Instance Method Summary collapse
Instance Method Details
#c(config: nil) ⇒ Object
24 25 26 |
# File 'dev-cmd/irb.rb', line 24 def c(config: nil) to_s.c(config: config) end |
#f(*args) ⇒ Object
20 21 22 |
# File 'dev-cmd/irb.rb', line 20 def f(*args) to_s.f(*args) end |
#present? ⇒ Boolean
129 130 131 |
# File 'extend/blank.rb', line 129 def present? # :nodoc: !empty? end |