class Exception
Public Instance Methods
to_b()
click to toggle source
Converts ex to a boolean. All Exceptions are considered false.
# File lib/mug/bool.rb, line 109 def to_b false end
Converts ex to a boolean. All Exceptions are considered false.
# File lib/mug/bool.rb, line 109 def to_b false end