Module: Wordify::Numeric

Included in:
Numeric
Defined in:
lib/wordify.rb

Instance Method Summary collapse

Instance Method Details

#in_words(options = {}) ⇒ Object



22
23
24
# File 'lib/wordify.rb', line 22

def in_words(options={})
  options[:tokens] ? tokenise : construct_sentence
end