class Wordsmith::Inflector::Inflections::Uncountables
- Wordsmith::Inflector::Inflections::Uncountables
- Reference
- Object
Overview
Create and manipulate the set of words that Wordsmith should leave as-is.
Defined in:
wordsmith/inflector/inflections.crConstructors
-
.new
Create a new object to store the collection of uncountable words and patterns.
Instance Method Summary
-
#<<(*word)
Add an entry to the set of uncountable words and patterns.
-
#add(words)
Add an entry to the set of uncountable words and patterns.
-
#delete(entry)
Remove an entry from the set of uncountable words and patterns.
-
#uncountable?(str)
Check whether or not a provided string is currently considered uncountable.