Class: Numeric

Inherits:
Object show all
Defined in:
lib/to_b.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject



34
35
36
# File 'lib/to_b.rb', line 34

def to_b
  self != 0
end