class Money

def to_d

Returns:
  • (BigDecimal) -
def to_d
  as_d(fractional) / as_d(currency.subunit_to_unit)
end