class LuckyInflector::Inflector::Inflections

Defined in:

lucky_inflector/inflector/inflections.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def acronym(word) #

[View source]
def acronym_regex : Regex #

[View source]
def acronyms : Hash(String, String) #

[View source]
def clear(scope = :all) #

[View source]
def human(rule : String | Regex, replacement : String) #

[View source]
def humans : Hash(Regex, String) #

[View source]
def irregular(singular : String, plural : String) #

[View source]
def plural(rule : String | Regex, replacement : String) #

[View source]
def plurals : Hash(Regex, String) #

[View source]
def singular(rule : String | Regex, replacement : String) #

[View source]
def singulars : Hash(Regex, String) #

[View source]
def uncountable(*words) #

[View source]

[View source]