Exception: Exception
- Defined in:
- lib/mug/bool.rb
Instance Method Summary collapse
-
#to_b ⇒ Object
Converts ex to a boolean.
Instance Method Details
#to_b ⇒ Object
Converts ex to a boolean. All Exceptions are considered false.
109 110 111 |
# File 'lib/mug/bool.rb', line 109 def to_b false end |