aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rake/cloneable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/cloneable.rb')
-rw-r--r--lib/rake/cloneable.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rake/cloneable.rb b/lib/rake/cloneable.rb
index ac67471232..cd19cd3733 100644
--- a/lib/rake/cloneable.rb
+++ b/lib/rake/cloneable.rb
@@ -1,8 +1,8 @@
module Rake
- # ##########################################################################
+ ##
# Mixin for creating easily cloned objects.
- #
- module Cloneable
+
+ module Cloneable # :nodoc:
# The hook that invoked by 'clone' and 'dup' methods.
def initialize_copy(source)
super