forked from fixin.me/fixin.me
Remove default BigDecimal formatting
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#require "bigdecimal"
|
||||
#require "bigdecimal/util"
|
||||
|
||||
module FixinMe
|
||||
module BigDecimalWithGrouping
|
||||
def to_s(format = "3F")
|
||||
super(format)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
BigDecimal.prepend(FixinMe::BigDecimalWithGrouping)
|
||||
Reference in New Issue
Block a user