Methods

Class/Module Index [+]

Quicksearch

I18n::MissingInterpolationArgument

Attributes

key[R]
string[R]
values[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.