Sha256: 7bce11d0f0fa6fa872b29ef8ff5ba5e90bbf7d4abb74301ca5aa9ee3bb9701dc

Contents?: true

Size: 325 Bytes

Versions: 23

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

23 entries across 23 versions & 3 rubygems

Version Path
activesupport-5.1.7 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.7.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.6.2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.6.1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.6 lib/active_support/number_helper/number_to_percentage_converter.rb
tdiary-5.0.8 vendor/bundle/gems/activesupport-5.1.5/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.5 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.5.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.4 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.4.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.3 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.3.rc3 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.3.rc2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.3.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.1.2/lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.2 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.2.rc1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.1 lib/active_support/number_helper/number_to_percentage_converter.rb
activesupport-5.1.0 lib/active_support/number_helper/number_to_percentage_converter.rb