# File lib/merb-helpers/core_ext/numeric.rb, line 100 def self.change_default_format(format_code) @default_format = (formats[format_code] || default_format) end