Skip to content

Commit

Permalink
Fix documentation around duplicable regarding Class and Module.
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcspadden committed May 17, 2012
1 parent ad8b0a4 commit b3e1d08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
class Object
# Can you safely dup this object?
#
# False for +nil+, +false+, +true+, symbols, numbers, class and module objects;
# False for +nil+, +false+, +true+, symbol, and number objects;
# true otherwise.
def duplicable?
true
Expand Down

0 comments on commit b3e1d08

Please sign in to comment.