Method: I18n::MisplacedInflectionToken#message
- Defined in:
- lib/i18n-inflector/errors.rb
permalink #message ⇒ Object
[View source]
158 159 160 161 162 |
# File 'lib/i18n-inflector/errors.rb', line 158 def "" << super << "token #{@token.to_s.inspect} " \ "is not of the expected kind #{@kind.inspect}" end |