diff options
-rw-r--r-- | lib/rubygems/source/local.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,7 +4,6 @@ # dependencies. class Gem::Source::Local < Gem::Source - def initialize # :nodoc: @specs = nil @api_uri = nil @@ -129,5 +128,4 @@ class Gem::Source::Local < Gem::Source end end end - end |