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