Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/safebool.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject Also known as: to_bool



105
# File 'lib/safebool.rb', line 105

def to_b() self == 0 ? false : true; end