This method is only available on newer versions. The first available version (v2_6_3) is shown here.
new(tag)
Initialize an action to tag a state of a dependency graph @param [Object] tag an opaque tag
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb, line 31 def initialize(tag) @tag = tag end