Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/conductor/boolean.rb
Overview
False class
Instance Method Summary collapse
-
#bool? ⇒ Boolean
If FalseClass, it’s a boolean.
Instance Method Details
#bool? ⇒ Boolean
If FalseClass, it’s a boolean
22 23 24 |
# File 'lib/conductor/boolean.rb', line 22 def bool? true end |