Flowdock
method

duplicable?

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

BigDecimals are duplicable:

BigDecimal("1.2").duplicable? # => true
BigDecimal("1.2").dup         # => #<BigDecimal:...,'0.12E1',18(18)>
Show source
Register or log in to add new notes.