APIdock / Ruby
/
Browse About
method

requirements

v2_6_3 - Show latest stable - Class: Gem::Resolver::Molinillo::DependencyGraph::Vertex
requirements()
public

@return [Array] all of the requirements that required

this vertex
# File lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb, line 34
      def requirements
        incoming_edges.map(&:requirement) + explicit_requirements
      end

Related methods

  • Instance methods
  • ==
  • ancestor?
  • descendent?
  • eql?
  • hash
  • inspect
  • is_reachable_from?
  • path_to?
  • predecessors
  • recursive_predecessors
  • recursive_successors
  • requirements
  • shallow_eql?
  • successors
  • Class methods
  • new
APIdock API Documentation Browser

© 2026 APIdock