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 208
208:     def match_platform(p)
209:       Gem::Platform::RUBY == platform or
210:       platform.nil? or p == platform or
211:       generic(Gem::Platform.new(platform)) == p
212:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.