Method: I18n::BadInflectionKind#message

Defined in:
lib/i18n-inflector/errors.rb

#messageObject


257
258
259
260
# File 'lib/i18n-inflector/errors.rb', line 257

def message
    "" << super <<
    "inflection kind #{@kind.inspect} has bad name or type"
end