Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/conductor/boolean.rb
Overview
True class
Instance Method Summary collapse
-
#bool? ⇒ Boolean
If TrueClass, it’s a boolean.
Instance Method Details
#bool? ⇒ Boolean
If TrueClass, it’s a boolean
10 11 12 |
# File 'lib/conductor/boolean.rb', line 10 def bool? true end |