class Numeric

Public Instance Methods

to_b() click to toggle source
# File lib/mugatu/types/numeric.rb, line 2
def to_b
  !zero?
end