diff options
-rw-r--r-- | lib/rubygems/platform.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,7 +7,6 @@ require "rubygems/deprecate" # See `gem help platform` for information on platform matching. class Gem::Platform - @local = nil attr_accessor :cpu @@ -202,5 +201,4 @@ class Gem::Platform # This will be replaced with Gem::Platform::local. CURRENT = 'current'.freeze - end |