# File lib/active_support/vendor/i18n-0.3.7/i18n/backend/helpers.rb, line 36 def escape_default_separator(key, separator=nil) key.to_s.tr(separator || I18n.default_separator, SEPARATOR_ESCAPE_CHAR) end