Method: Array#to_words

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

#to_words(options = {}) ⇒ Object



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

def to_words(options = {})
  map { |element| element.to_words options }
end