module Formatting::Currency
Public Instance Methods
format_currency(record_or_currency, amount_or_method, opts = {})
click to toggle source
# File lib/formatting/currency.rb, line 7 def format_currency(record_or_currency, amount_or_method, opts = {}) FormatCurrency.new(record_or_currency, amount_or_method, opts).format end