class Rake::Promise

def discard

free up these items for the GC
def discard
  @args = nil
  @block = nil
end