class

Cadmium::TenseInflector

Inherits Reference / Object

Instance methods

add_ambiguous(words)

Add an ambiguous word (a word who's singular form and plural form are the same), or a whole array of them to the list.

Source
add_form(singular_table, plural_table, singular, plural)
Source
add_irregular(singular, plural)
Source
add_plural(pattern, replacement)
Source
add_singular(pattern, replacement)
Source
ize(token, form_set, custom_forms)
Source
ize_ambiguous(token)
Source
ize_regex(token, forms)
Source
ize_regulars(token, form_set)
Source
pluralize(token)
Source
restore_case(token)
Source
singularize(token)
Source

Nested types