method

find_by_name_and_platform

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