W3cubDocs

/Ruby 2.7

class Bundler::Molinillo::DependencyGraph::Tag

Parent:
Bundler::Molinillo::DependencyGraph::Action

@!visibility private @see DependencyGraph#tag

Attributes

tag[R]

@return [Object] An opaque tag

Public Class Methods

action_name() Show source
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb, line 12
def self.action_name
  :tag
end

(see Action.action_name)

new(tag) Show source
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb, line 31
def initialize(tag)
  @tag = tag
end

Initialize an action to tag a state of a dependency graph @param [Object] tag an opaque tag

Public Instance Methods

down(_graph) Show source
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb, line 21
def down(_graph)
end

(see Action#down)

up(_graph) Show source
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb, line 17
def up(_graph)
end

(see Action#up)

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.