module ActiveSupport::BigDecimalWithDefaultFormat

def to_s(format = "F")

:nodoc:
def to_s(format = "F")
  super(format)
end