clear(scope = :all)
Instance Public methods
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
, :humans
.
clear :all clear :plurals
Please login to continue.