method

convert

rails latest stable - Class: ActiveSupport::NumberHelper::NumberConverter
convert(number, options)
public

No documentation available.

# File activesupport/lib/active_support/number_helper/number_converter.rb, line 120
      def self.convert(number, options)
        new(number, options).execute
      end