method

find_resolved_spec

ruby latest stable - Class: Bundler::Definition

Method not available on this version

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

find_resolved_spec(current_spec)
public

No documentation available.

# File lib/bundler/definition.rb, line 527
    def find_resolved_spec(current_spec)
      specs.find_by_name_and_platform(current_spec.name, current_spec.platform)
    end