# File lib/merb-helpers/core_ext/numeric.rb, line 352
  def to_currency(format_name = nil, options = {})
    Transformer.to_currency(self, format_name, options)
  end