Sha256: 9e8891cc00a0d9d5312661aacbc3c6fff840bde2aca36a600f886d2381326251
Contents?: true
Size: 136 Bytes
Versions: 30
Compression:
Stored size: 136 Bytes
Contents
class BigDecimal def as_json(options = nil) #:nodoc: if finite? self.to_f else NilClass::AS_JSON end end end
Version data entries
30 entries across 30 versions & 1 rubygems