Methods

I18n::ReservedInterpolationKey

Attributes

key[R]
string[R]

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.