Skip to content

Commit

Permalink
class objects are not duplicable either
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 10, 2009
1 parent 9b43e6b commit 4f59ebb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
class Object
# Can you safely .dup this object?
# False for nil, false, true, symbols, and numbers; true otherwise.
# False for nil, false, true, symbols, numbers, and class objects; true otherwise.
def duplicable?
true
end
Expand Down

0 comments on commit 4f59ebb

Please sign in to comment.