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.



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

def to_b
	false
end