Methods

Class Index [+]

Quicksearch

I18n::MissingInterpolationArgument

Attributes

values[R]
string[R]

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.