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/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb, line 208
def set_payload(name, payload)
log.set_payload(self, name, payload)
end