class LuckyInflector::Inflector::Inflections
- LuckyInflector::Inflector::Inflections
- Reference
- Object
Defined in:
lucky_inflector/inflector/inflections.crConstructors
Instance Method Summary
- #acronym(word)
- #acronym_regex : Regex
- #acronyms : Hash(String, String)
- #clear(scope = :all)
- #human(rule : String | Regex, replacement : String)
- #humans : Hash(Regex, String)
- #irregular(singular : String, plural : String)
- #plural(rule : String | Regex, replacement : String)
- #plurals : Hash(Regex, String)
- #singular(rule : String | Regex, replacement : String)
- #singulars : Hash(Regex, String)
- #uncountable(*words)
- #uncountables : LuckyInflector::Inflector::Inflections::Uncountables