Method: Bundler::Molinillo::Resolver::Resolution::UnwindDetails#all_requirements

Defined in:
lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb

#all_requirementsArray

Returns array of all the requirements that led to the need for this unwind.

Returns:

  • (Array)

    array of all the requirements that led to the need for this unwind



126
127
128
# File 'lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb', line 126

def all_requirements
  @all_requirements ||= requirement_trees.flatten(1)
end