method
new
v1_9_3_392 -
Show latest stable
- Class:
Gem::Platform
new(arch)public
No documentation available.
# File lib/rubygems/platform.rb, line 29
def self.new(arch) # :nodoc:
case arch
when Gem::Platform::CURRENT then
Gem::Platform.local
when Gem::Platform::RUBY, nil, '' then
Gem::Platform::RUBY
else
super
end
end