Flowdock
method

local

Importance_0
v2_2_9 - 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 18
  def self.local
    arch = RbConfig::CONFIG['arch']
    arch = "#{arch}_60" if arch =~ /mswin(?:32|64)$/
    @local ||= new(arch)
  end
Register or log in to add new notes.