Flowdock
method

clear

Importance_1
v1.0.0 - Show latest stable - 0 notes - Class: Inflector::Inflections
clear(scope = :all) public

Clears the loaded inflections within a given scope (default is :all). Give the scope as a symbol of the inflection type, the options are: :plurals, :singulars, :uncountables

Examples:

  clear :all
  clear :plurals
Show source
Register or log in to add new notes.