Method: Gem::Molinillo::DependencyGraph::Log#tag

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

#tag(graph, tag) ⇒ Void

Parameters:

  • graph (Graph)

    the graph to perform the action on

  • tag (Object)

    an opaque tag for the current state of the graph

Returns:

  • (Void)


26
27
28
# File 'lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb', line 26

def tag(graph, tag)
  push_action(graph, Tag.new(tag))
end