method

find_by_name_and_platform

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.

find_by_name_and_platform(name, platform)
public

No documentation available.

# File lib/bundler/spec_set.rb, line 124
    def find_by_name_and_platform(name, platform)
      @specs.detect {|spec| spec.name == name && spec.match_platform(platform) }
    end