discard()
free up these items for the GC
# File lib/rake/promise.rb, line 87 def discard @args = nil @block = nil end