Sha256: 8f99aa5b3b3d02b116b93baaa803d8ee51631b88cf89b117787c7ec8adb4d117

Contents?: true

Size: 406 Bytes

Versions: 184

Compression:

Stored size: 406 Bytes

Contents

# frozen_string_literal: true

require "active_support/number_helper/number_converter"

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

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

Version data entries

184 entries across 176 versions & 24 rubygems

Version Path
activesupport-6.1.4.4 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.0.4.4 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.0.0.rc3 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.1.4.3 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.0.4.3 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.0.4.2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.1.4.2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.0.0.rc2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.0.0.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_percentage_converter.rb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.0.0.alpha2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.0.0.alpha1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.1.4.1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.0.4.1 lib/active_support/number_helper/number_to_percentage_converter.rb
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.4/lib/active_support/number_helper/number_to_percentage_converter.rb
mumukit-content-type-1.11.1 vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.1.4 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-6.0.4 lib/active_support/number_helper/number_to_percentage_converter.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.1/lib/active_support/number_helper/number_to_percentage_converter.rb