Source: show | on GitHub
# File activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb, line 13 def initialize(locale) @locale = locale super "#{locale.inspect} is not a valid locale" end