Flowdock
method

duplicable?

Importance_1
v5.0.0.1 - Show latest stable - 0 notes - Class: BigDecimal
duplicable?() public

BigDecimals are duplicable:

BigDecimal.new(“1.2”).duplicable? # => true BigDecimal.new(“1.2”).dup # => #…,‘0.12E1’,18(18)>

Show source
Register or log in to add new notes.