class method self.new

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

self.new(values, string)

No documentation comment.

Parameters

values req
string req
Source
# File activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb, line 40
    def initialize(values, string)
      @values, @string = values, string
      super "missing interpolation argument in #{string.inspect} (#{values.inspect} given)"
    end

Defined in activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb line 40 · View on GitHub · Improve this page · Find usages on GitHub

Defined in I18n::MissingInterpolationArgument

Type at least 2 characters to search.

↑↓ navigate · open · esc close