Module: Formatting::Currency

Included in:
Formatting
Defined in:
lib/formatting/currency.rb

Instance Method Summary collapse

Instance Method Details

#format_currency(record_or_currency, amount_or_method, opts = {}) ⇒ Object



5
6
7
# File 'lib/formatting/currency.rb', line 5

def format_currency(record_or_currency, amount_or_method, opts = {})
  FormatCurrency.new(record_or_currency, amount_or_method, opts).format
end