An open API service indexing awesome lists of open source software.

https://github.com/radar/ordinalize

Ordinalize your numbers (like humanize)
https://github.com/radar/ordinalize

Last synced: 2 months ago
JSON representation

Ordinalize your numbers (like humanize)

Awesome Lists containing this project

README

        

# Ordinali(z|s)e

From the creator who brought you the wildly popular [humanize](http://github.com/radar/humanize), comes ordinali(s|z)e!

# Install

sudo gem install ordinalize

# Usage

>> 1.ordinalize
=> "first"

>> 1024.ordinalize
=> "one thousand and twenty-fourth"

>> 1.ordinalise
=> "first"