summaryrefslogtreecommitdiff
path: root/lib/rake/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/ext')
-rw-r--r--lib/rake/ext/time.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rake/ext/time.rb b/lib/rake/ext/time.rb
index ca3ea2a795..7877abf0ce 100644
--- a/lib/rake/ext/time.rb
+++ b/lib/rake/ext/time.rb
@@ -1,6 +1,6 @@
-# ###########################################################################
+#--
# Extensions to time to allow comparisons with an early time class.
-#
+
class Time
alias rake_original_time_compare :<=>
def <=>(other)
@@ -10,5 +10,5 @@ class Time
rake_original_time_compare(other)
end
end
-end # class Time
+end