Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
discard()
private
free up these items for the GC
# File lib/rake/promise.rb, line 87
def discard
@args = nil
@block = nil
end