summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-27 13:17:14 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-27 13:17:14 +0200
commit2a59f170153530e84119d6b0c418f1bfdc5bfdae (patch)
tree6b00aa6fcfc8a61449fe3f22903ee90ec44a2175
parent42b689f3fa53f58ee0b60c8db970f60e3619eb1d (diff)
downloadbundler-2a59f170153530e84119d6b0c418f1bfdc5bfdae.tar.gz
Remove comment that will easily get outdated
-rw-r--r--lib/bundler/stub_specification.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/stub_specification.rb b/lib/bundler/stub_specification.rb
index 64b6d1b724..bad69c9a14 100644
--- a/lib/bundler/stub_specification.rb
+++ b/lib/bundler/stub_specification.rb
@@ -55,8 +55,6 @@ module Bundler
stub.full_require_paths
end
- # This is what we do in bundler/rubygems_ext
- # full_require_paths is always implemented
def load_paths
full_require_paths
end