class Playbook::PbCurrency::Currency

def whole_value

def whole_value
  return amount if decimals == "matching"
  amount.split(".").first.to_s
end