class Cadmium::PresentVerbInflector
Overview
Defined in:
cadmium/inflector/present_verb_inflector.cr
Constructors
add_ambiguous(words)
add_ambiguous,
add_form(singular_table, plural_table, singular, plural)
add_form,
add_irregular(singular, plural)
add_irregular,
add_plural(pattern, replacement)
add_plural,
add_singular(pattern, replacement)
add_singular,
ize(token, form_set, custom_forms)
ize,
ize_ambiguous(token)
ize_ambiguous,
ize_regex(token, forms)
ize_regex,
ize_regulars(token, form_set)
ize_regulars,
pluralize(token)
pluralize,
restore_case(token)
restore_case,
singularize(token)
singularize
Constructor Detail