Method: Object#to_bool
- Defined in:
- lib/mug/bool.rb
#to_bool ⇒ Object
Converts obj to a boolean.
13 14 15 |
# File 'lib/mug/bool.rb', line 13 def to_bool true end |
Converts obj to a boolean.
13 14 15 |
# File 'lib/mug/bool.rb', line 13 def to_bool true end |