Method: ActiveSupport::NumberHelper::NumberConverter.convert
- Defined in:
- activesupport/lib/active_support/number_helper/number_converter.rb
.convert(number, options) ⇒ Object
120 121 122 |
# File 'activesupport/lib/active_support/number_helper/number_converter.rb', line 120 def self.convert(number, ) new(number, ).execute end |