Sha256: fda9a4a11d970425c8ba3bdf56be34bc0bb7e7162d9bc1beac2776f4dccd34fa

Contents?: true

Size: 325 Bytes

Versions: 52

Compression:

Stored size: 325 Bytes

Contents

module ActiveSupport
  module NumberHelper
    class NumberToPercentageConverter < NumberConverter # :nodoc:
      self.namespace = :percentage

      def convert
        rounded_number = NumberToRoundedConverter.convert(number, options)
        options[:format].gsub('%n'.freeze, rounded_number)
      end
    end
  end
end

Version data entries

52 entries across 50 versions & 8 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.1/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.7.2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.7.1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.7 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.6 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.6.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.5 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.5.rc2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.5.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.4 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.4.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.0.3 lib/active_support/number_helper/number_to_percentage_converter.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
lazy_record-0.2.1 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
lazy_record-0.2.0 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
lazy_record-0.1.9 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
lazy_record-0.1.8 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb
lazy_record-0.1.7 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/number_helper/number_to_percentage_converter.rb