Methods

I18n::MissingInterpolationArgument

Attributes

values[R]
string[R]

Public Class Methods

new(values, string) click to toggle source
    # File lib/i18n/exceptions.rb, line 40
40:     def initialize(values, string)
41:       @values, @string = values, string
42:       super "missing interpolation argument in #{string.inspect} (#{values.inspect} given)"
43:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.