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"
Inflects a number by adding a suffix onto the end of it.
100.to_nth
# => "100th"
73.to_nth
# => "73rd"
1221.to_nth
"1221st"