class Rake::TaskLib
Base class for Task Libraries.
def paste(a,b) # :nodoc:
compatibility. BUT DON'T USE IT.
other people's code. So for now it stays for backwards
libraries depend on this so I can't remove it without breaking
I didn't just use string interpolation. But now other task
NOTE: DEPRECATED! This method is kinda stupid. I don't know why
Make a symbol by pasting two strings together.
def paste(a,b) # :nodoc: (a.to_s + b.to_s).intern end