Sha256: 3bc11ad92cdd4bfb5cb8e89b58fb17fb44e9ea5f590d2e841d86cdab1a23b8f3
Contents?: true
Size: 276 Bytes
Versions: 92
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true 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
92 entries across 88 versions & 14 rubygems