Support for the Ruby 2.4 series has ended. See here for reference.
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 rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb, line 10 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 rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb, line 24 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 rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb, line 17 def up(graph) raise 'Abstract' end
This page was generated for Ruby 2.4.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.