From b3e1d08a918011f594a89e34084b5dcc8aafe715 Mon Sep 17 00:00:00 2001 From: Mark McSpadden Date: Thu, 17 May 2012 09:22:36 -0400 Subject: Fix documentation around duplicable regarding Class and Module. --- activesupport/lib/active_support/core_ext/object/duplicable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/core_ext/object/duplicable.rb b/activesupport/lib/active_support/core_ext/object/duplicable.rb index dd63b64c77..f1b755c2c4 100644 --- a/activesupport/lib/active_support/core_ext/object/duplicable.rb +++ b/activesupport/lib/active_support/core_ext/object/duplicable.rb @@ -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 -- cgit v1.2.3