Class Bundler::Molinillo::DependencyGraph::Action
In: lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
Parent: Object

An action that modifies a {DependencyGraph} that is reversible. @abstract

Methods

action_name   down   up  

Attributes

next  [RW]  @return [Action,Nil] The next action
previous  [RW]  @return [Action,Nil] The previous action

Public Class methods

@return [Symbol] The name of the action.

Public Instance methods

Reverses the action on the given graph. @param [DependencyGraph] graph the graph to reverse the action on. @return [Void]

Performs the action on the given graph. @param [DependencyGraph] graph the graph to perform the action on. @return [Void]

[Validate]