# File lib/vendor/i18n/lib/i18n/exceptions.rb, line 40 def initialize(key, string) @key, @string = key, string super "reserved key #{key.inspect} used in #{string.inspect}" end