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 class Object
# Can you safely dup this 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. # true otherwise.
def duplicable? def duplicable?
true true
Expand Down

0 comments on commit b3e1d08

Please sign in to comment.