Module: NumbersInWords::StringExtension

Included in:
String
Defined in:
lib/numbers_in_words/duck_punch.rb

Instance Method Summary collapse

Instance Method Details

#in_numbers(only_compress: false) ⇒ Object



11
12
13
# File 'lib/numbers_in_words/duck_punch.rb', line 11

def in_numbers(only_compress: false)
  NumbersInWords::ToNumber.new(self, only_compress).call
end