Methods

Included Modules

Class/Module Index [+]

Quicksearch

Bundler::MatchPlatform

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.