Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
set_payload(name, payload)
public
Sets the payload of the vertex with the given name @param [String] name the name of the vertex @param [Object] payload the payload @return [Void]
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 209
def set_payload(name, payload)
log.set_payload(self, name, payload)
end