Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Includes:
- Boolean
- Defined in:
- lib/stbaldricks/patches/boolean.rb
Instance Method Summary collapse
Methods included from Boolean
Instance Method Details
#blank? ⇒ Boolean
22 23 24 |
# File 'lib/stbaldricks/patches/boolean.rb', line 22 def blank? true end |