Source: show | on GitHub
# File activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb, line 47 def initialize(key, string) @key, @string = key, string super "reserved key #{key.inspect} used in #{string.inspect}" end