Class: FalseClass
- Defined in:
- lib/happy_support/core_ext/object/blank.rb,
lib/happy_support/core_ext/object/to_param.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
24 25 26 |
# File 'lib/happy_support/core_ext/object/blank.rb', line 24 def blank? true end |
#to_param ⇒ Object
20 21 22 |
# File 'lib/happy_support/core_ext/object/to_param.rb', line 20 def to_param self end |