aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rake/tasklib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rake/tasklib.rb')
-rw-r--r--lib/rake/tasklib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/tasklib.rb b/lib/rake/tasklib.rb
index f1e17dad31..48d27df9ed 100644
--- a/lib/rake/tasklib.rb
+++ b/lib/rake/tasklib.rb
@@ -14,7 +14,7 @@ module Rake
# libraries depend on this so I can't remove it without breaking
# other people's code. So for now it stays for backwards
# compatibility. BUT DON'T USE IT.
- def paste(a,b) # :nodoc:
+ def paste(a, b) # :nodoc:
(a.to_s + b.to_s).intern
end
end