Object
An action that modifies a {DependencyGraph} that is reversible. @abstract
@return [Action,Nil] The next action
@return [Action,Nil] The previous action
@return [Symbol] The name of the action.
# File bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb, line 11 def self.action_name raise 'Abstract' end
Reverses the action on the given graph. @param [DependencyGraph] graph the graph to reverse the action on. @return [Void]
# File bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb, line 25 def down(graph) raise 'Abstract' end
Performs the action on the given graph. @param [DependencyGraph] graph the graph to perform the action on. @return [Void]
# File bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb, line 18 def up(graph) raise 'Abstract' end
This page was generated for Ruby 2.7.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.2.