class Playbook::PbCurrency::Currency

def abbr_or_format_amount

def abbr_or_format_amount
  abbreviate ? abbreviated_value : formatted_amount
end