Class: NilClass
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
36 |
# File 'lib/shorthand.rb', line 36 def blank?() true end |
#s(*args) ⇒ Object
38 |
# File 'lib/shorthand.rb', line 38 def s(*args) '' end |
#sign ⇒ Object
39 |
# File 'lib/shorthand.rb', line 39 def sign() nil end |
#wrap(*args) ⇒ Object
37 |
# File 'lib/shorthand.rb', line 37 def wrap(*args) '' end |