Methods

Class 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
93:     def initialize(key, string)
94:       @key, @string = key, string
95:       super "reserved key #{key.inspect} used in #{string.inspect}"
96:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.