module

Cadmium::CountInflector

Inflects a number by adding a suffix onto the end of it.

100.to_nth
# => "100th"

73.to_nth
# => "73rd"

1221.to_nth
"1221st"

Instance methods

nth(i)

Returns a number in it's "nth" form

Source