Method: I18n::InflectionPatternException#initialize
- Defined in:
- lib/i18n-inflector/errors.rb
#initialize(locale, pattern, token, kind) ⇒ InflectionPatternException
Returns a new instance of InflectionPatternException.
33 34 35 36 |
# File 'lib/i18n-inflector/errors.rb', line 33 def initialize(locale, pattern, token, kind) super(locale, token, kind) @pattern = pattern end |