class Numeric

Public Instance Methods

cent()
Alias for: cents
cents() click to toggle source
# File lib/safe_money.rb, line 130
def cents
  SafeMoney.cents(self)
end
Also aliased as: cent
dollar()
Alias for: dollars
dollars() click to toggle source
# File lib/safe_money.rb, line 126
def dollars
  SafeMoney.dollars(self)
end
Also aliased as: dollar