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, 2 insertions, 0 deletions
diff --git a/lib/rubygems/source/vendor.rb b/lib/rubygems/source/vendor.rb
index 543acf1388..a87fa63331 100644
--- a/lib/rubygems/source/vendor.rb
+++ b/lib/rubygems/source/vendor.rb
@@ -3,6 +3,7 @@
# 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+.
@@ -22,4 +23,5 @@ class Gem::Source::Vendor < Gem::Source::Installed
nil
end
end
+
end