Method: Inflecto::Inflections#clear
- Defined in:
- lib/inflecto/inflections.rb
#clear ⇒ self
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
200 201 202 203 |
# File 'lib/inflecto/inflections.rb', line 200 def clear initialize self end |