Sha256: 8f99aa5b3b3d02b116b93baaa803d8ee51631b88cf89b117787c7ec8adb4d117

Contents?: true

Size: 406 Bytes

Versions: 185

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

185 entries across 177 versions & 25 rubygems

Version Path
activesupport-7.0.8.5 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-8.0.0.beta1 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha9 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha8 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha7 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha4 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha3 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha2 lib/active_support/number_helper/number_to_percentage_converter.rb
omg-activesupport-8.0.0.alpha1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.1.4 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.2.1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.2.0 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.2.0.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_percentage_converter.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.4/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-7.2.0.beta3 lib/active_support/number_helper/number_to_percentage_converter.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/number_helper/number_to_percentage_converter.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/number_helper/number_to_percentage_converter.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/number_helper/number_to_percentage_converter.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_percentage_converter.rb