Module: Numerouno::StringExtensions
- Defined in:
- lib/numerouno.rb
Instance Method Summary collapse
Instance Method Details
#as_number ⇒ Object
7 8 9 |
# File 'lib/numerouno.rb', line 7 def as_number Numerouno.parse self end |
#sub_numbers ⇒ Object
11 12 13 |
# File 'lib/numerouno.rb', line 11 def sub_numbers Numerouno.replace self end |