Method: Float#to_words

Defined in:
lib/numbers_and_words/core_ext/float.rb

#to_words(options = {}) ⇒ Object



2
3
4
# File 'lib/numbers_and_words/core_ext/float.rb', line 2

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