Method: Numeric#to_b

Defined in:
lib/lib/util.rb

#to_bObject



49
50
51
# File 'lib/lib/util.rb', line 49

def to_b
  return (not (self.zero?))
end