class Playbook::PbCurrency::Currency

def whole_value

def whole_value
  amount.split(".").first.to_s
end