summaryrefslogtreecommitdiff
path: root/lib/bundler/source/path.rb
diff options
context:
space:
mode:
authorAdrian Gomez <adri4n.steam@gmail.com>2017-05-12 12:36:48 -0300
committerAdrian Gomez <adri4n.steam@gmail.com>2017-08-02 21:22:45 -0300
commitc9c4f23e46673ac953b34774934447c779b25e0b (patch)
tree3b89eac6efc87629aa60e388f0fc3594a83bcf6d /lib/bundler/source/path.rb
parent92f7781eda8e429a189c1d2ebc642ec4f8febdbf (diff)
downloadbundler-c9c4f23e46673ac953b34774934447c779b25e0b.tar.gz
Allow to add username and password to a remote during a deployment
Diffstat (limited to 'lib/bundler/source/path.rb')
-rw-r--r--lib/bundler/source/path.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/source/path.rb b/lib/bundler/source/path.rb
index 310a30f1ec..806ba81935 100644
--- a/lib/bundler/source/path.rb
+++ b/lib/bundler/source/path.rb
@@ -116,10 +116,6 @@ module Bundler
Bundler.root
end
- def is_a_path?
- instance_of?(Path)
- end
-
def expanded_original_path
@expanded_original_path ||= expand(original_path)
end