Method: Gem::Molinillo::DependencyGraph::Vertex#payload

Defined in:
lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb

#payloadObject

Returns the payload the vertex holds.

Returns:

  • (Object)

    the payload the vertex holds



12
13
14
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb', line 12

def payload
  @payload
end