human_numbers defines the methods Float#to_english and Integer#to_english for converting numbers to English strings. By default, a cardinal number will be returned (one, two, three), but supplying an :ordinal argument will return an ordinal (first, second, third). Handles numbers with absolute value less than 1000000000000000000000000000000000.
Required Ruby Version
>= 0
Authors
Kyle Brown
Versions
- 0.1.0 September 02, 2016 (6 KB)
- 0.0.4 September 01, 2016 (5.5 KB)
- 0.0.3 September 01, 2016 (5.5 KB)
- 0.0.2 September 01, 2016 (5.5 KB)