Method: Inflecto::Inflections#clear

Defined in:
lib/inflecto/inflections.rb

#clearself

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Clear all inflection rules

Examples:


Inflecto.clear

Returns:

  • (self)


200
201
202
203
# File 'lib/inflecto/inflections.rb', line 200

def clear
  initialize
  self
end