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