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