summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/lib/rake/tasklib.rb b/lib/rake/tasklib.rb
index 48d27df9ed..6203d9402b 100644
--- a/lib/rake/tasklib.rb
+++ b/lib/rake/tasklib.rb
@@ -14,6 +14,8 @@ 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.
+ #--
+ # TODO: Remove in Rake 11
def paste(a, b) # :nodoc:
(a.to_s + b.to_s).intern
end