Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/numbertotext.rb
Instance Method Summary collapse
Instance Method Details
#to_text ⇒ Object
52 53 54 |
# File 'lib/numbertotext.rb', line 52 def to_text NumberToText.convert(self) end |