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