Methods

Class/Module Index [+]

Quicksearch

I18n::MissingInterpolationArgument

Attributes

string[R]
values[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.