Sha256: 9f20e1f5f649ebcb3ec0e6ababca78e4d17462ffbbf50781ead34b81b080419d

Contents?: true

Size: 244 Bytes

Versions: 23

Compression:

Stored size: 244 Bytes

Contents

require "bigdecimal"
require "bigdecimal/util"

module ActiveSupport
  module BigDecimalWithDefaultFormat #:nodoc:
    def to_s(format = "F")
      super(format)
    end
  end
end

BigDecimal.prepend(ActiveSupport::BigDecimalWithDefaultFormat)

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
activesupport-5.1.0.rc2 lib/active_support/core_ext/big_decimal/conversions.rb
activesupport-5.1.0.rc1 lib/active_support/core_ext/big_decimal/conversions.rb
activesupport-5.1.0.beta1 lib/active_support/core_ext/big_decimal/conversions.rb