class I18n::ReservedInterpolationKey
Attributes
Public Class Methods
Source
# File lib/i18n/exceptions.rb, line 110 def initialize(key, string) @key, @string = key, string super "reserved key #{key.inspect} used in #{string.inspect}" end
Calls superclass method