module NumberNameString
Constants
- MISPELLINGS
Common mispellings
- ONES
Cardinal Numbers & Scales
- ORD_ONES
Ordinal Numbers & Scales
- ORD_SCALES
- ORD_TEENS
- ORD_TENS
- SCALES
- SCALE_MAX
- TEENS
- TENS
- VERSION
Public Class Methods
[](num)
click to toggle source
# File lib/number_name_string.rb, line 45 def self.[](num) (@instance ||= NumberNameString::Convert.new)[num] end