Methods

Included Modules

Class Index [+]

Quicksearch

Bundler::MatchPlatform

Public Instance Methods

match_platform(p) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 222
222:     def match_platform(p)
223:       Gem::Platform::RUBY == platform or
224:       platform.nil? or p == platform or
225:       generic(Gem::Platform.new(platform)) == p
226:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.