| 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
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]