summaryrefslogtreecommitdiff
path: root/lib/rubygems/source/lock.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/source/lock.rb2
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@
# dependency lock files.
class Gem::Source::Lock < Gem::Source
-
##
# The wrapped Gem::Source
@@ -48,5 +47,4 @@ class Gem::Source::Lock < Gem::Source
def uri # :nodoc:
@wrapped.uri
end
-
end