class Integer
Public Instance Methods
to_words(options = {})
click to toggle source
# File lib/numbers_and_words/core_ext/integer.rb, line 4 def to_words(options = {}) NumbersAndWords::Wrappers::Integer.new(self).to_words options end