Method: I18n::BadInflectionKind#message
- Defined in:
- lib/i18n-inflector/errors.rb
#message ⇒ Object
257 258 259 260 |
# File 'lib/i18n-inflector/errors.rb', line 257 def "" << super << "inflection kind #{@kind.inspect} has bad name or type" end |