class Numeric

def to_money(currency = nil)

def to_money(currency = nil)
  Money.new(self, currency)
end