Module: Boolean
- Included in:
- FalseClass, TrueClass
- Defined in:
- lib/stbaldricks/patches/boolean.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
6 7 8 |
# File 'lib/stbaldricks/patches/boolean.rb', line 6 def to_b self end |