Merge pull request #15680 from akshay-vishnoi/doc_changes

[ci skip] BigDecimal#duplicable? returns false in 1.9.x
This commit is contained in:
Sean Griffin 2014-06-12 19:49:04 -06:00
commit d6bb789266

@ -19,7 +19,7 @@
class Object
# Can you safely dup this object?
#
# False for +nil+, +false+, +true+, symbol, and number objects;
# False for +nil+, +false+, +true+, symbol, number and BigDecimal(in 1.9.x) objects;
# true otherwise.
def duplicable?
true