# File lib/active_support/vendor/i18n-0.3.7/i18n/helpers/gettext.rb, line 11
      def gettext(msgid, options = {})
        I18n.t(msgid, { :default => msgid, :separator => '|' }.merge(options))
      end