Exception: Exception

Defined in:
lib/mug/bool.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject

Converts ex to a boolean. All Exceptions are considered false.



107
108
109
# File 'lib/mug/bool.rb', line 107

def to_b
  false
end