Flowdock
method

local

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Platform
local() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/platform.rb, line 16
  def self.local
    arch = Gem::ConfigMap[:arch]
    arch = "#{arch}_60" if arch =~ /mswin32$/
    @local ||= new(arch)
  end
Register or log in to add new notes.