Methods

Class/Module Index [+]

Quicksearch

I18n::ReservedInterpolationKey

Attributes

key[R]
string[R]

Public Class Methods

new(key, string) click to toggle source
# File lib/i18n/exceptions.rb, line 93
def initialize(key, string)
  @key, @string = key, string
  super "reserved key #{key.inspect} used in #{string.inspect}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.