class Playbook::PbCurrency::Currency

def absolute_amount(amount_string)

def absolute_amount(amount_string)
  amount_string.sub(/^-/, "")
end