APIdock / Ruby
/
Browse About
method

requirements

ruby latest stable - Class: Bundler::Molinillo::DependencyGraph::Vertex

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

requirements()
public

@return [Array] all of the requirements that required

this vertex
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb, line 35
      def requirements
        (incoming_edges.map(&:requirement) + explicit_requirements).uniq
      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
  • Protected methods
  • protected_path_to?
APIdock API Documentation Browser

© 2026 APIdock