method

tsort_each_node

ruby latest stable - Class: Bundler::SpecSet

Method not available on this version

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

tsort_each_node()
private

No documentation available.

# File lib/bundler/spec_set.rb, line 167
    def tsort_each_node
      # MUST sort by name for backwards compatibility
      @specs.sort_by(&:name).each {|s| yield s }
    end