class Molinillo::DependencyGraph

def tag(tag)

Returns:
  • (Void) -

Parameters:
  • tag (Object) -- an opaque tag for the current state of the graph
def tag(tag)
  log.tag(self, tag)
end