Method: Gel::Support::GemPlatform.local
- Defined in:
- lib/gel/support/gem_platform.rb
.local ⇒ Object
26 27 28 29 30 |
# File 'lib/gel/support/gem_platform.rb', line 26 def self.local arch = RbConfig::CONFIG['arch'] arch = "#{arch}_60" if arch =~ /mswin(?:32|64)$/ @local ||= new(arch) end |