Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/numbers_and_words/core_ext/float.rb

Instance Method Summary collapse

Instance Method Details

#to_words(options = {}) ⇒ Object



4
5
6
# File 'lib/numbers_and_words/core_ext/float.rb', line 4

def to_words(options = {})
  NumbersAndWords::Wrappers::Float.new(self).to_words options
end