10 11 12
# File 'lib/coinage/core_ext/numeric.rb', line 10 def dollars Money.new(self*100) end
3 4 5
# File 'lib/coinage/core_ext/numeric.rb', line 3 def to_money Money.new(self) end