Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Includes:
- Boolean
- Defined in:
- lib/stbaldricks/patches/boolean.rb
Instance Method Summary collapse
Methods included from Boolean
Instance Method Details
#blank? ⇒ Boolean
16 17 18 |
# File 'lib/stbaldricks/patches/boolean.rb', line 16 def blank? false end |