Methods

Bundler::GemHelpers

Constants

GENERIC_CACHE
GENERICS

Public Instance Methods

generic(p) click to toggle source
     # File lib/bundler/rubygems_ext.rb, line 179
179:     def generic(p)
180:       if p == Gem::Platform::RUBY
181:         return p
182:       end
183: 
184:       GENERIC_CACHE[p] ||= GENERICS.find { |p2| p =~ p2 } || Gem::Platform::RUBY
185:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.