summaryrefslogtreecommitdiff
path: root/lib/rubygems/source/vendor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/source/vendor.rb')
-rw-r--r--lib/rubygems/source/vendor.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/source/vendor.rb b/lib/rubygems/source/vendor.rb
index a87fa63331..543acf1388 100644
--- a/lib/rubygems/source/vendor.rb
+++ b/lib/rubygems/source/vendor.rb
@@ -3,7 +3,6 @@
# This represents a vendored source that is similar to an installed gem.
class Gem::Source::Vendor < Gem::Source::Installed
-
##
# Creates a new Vendor source for a gem that was unpacked at +path+.
@@ -23,5 +22,4 @@ class Gem::Source::Vendor < Gem::Source::Installed
nil
end
end
-
end