Methods

Included Modules

Bundler::MatchPlatform

Public Instance Methods

match_platform(p) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 191
191:     def match_platform(p)
192:       Gem::Platform::RUBY == platform or
193:       platform.nil? or p == platform or
194:       generic(Gem::Platform.new(platform)) == p
195:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.