Method: Origami::Boolean#value
- Defined in:
- lib/origami/boolean.rb
#value ⇒ Object
Converts self into a Ruby boolean, that is TrueClass or FalseClass instance.
72 73 74 |
# File 'lib/origami/boolean.rb', line 72 def value @value end |