summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-27 13:27:32 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-11 11:47:54 +0200
commit930a12a48ef0ea7aba88dd22dd72d2c9b632bac4 (patch)
treec31ab93b8def75697fa01423de2edbc5d8cba188
parent05f43bbf662f2ab13dbc741991ec78ea67c5137b (diff)
downloadbundler-930a12a48ef0ea7aba88dd22dd72d2c9b632bac4.tar.gz
Method method that doesn't exist
The method has a typo, it's `default_gem?`. So I guess that means this is dead code.
-rw-r--r--lib/bundler/stub_specification.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/stub_specification.rb b/lib/bundler/stub_specification.rb
index bad69c9a14..fed95f1b1a 100644
--- a/lib/bundler/stub_specification.rb
+++ b/lib/bundler/stub_specification.rb
@@ -41,10 +41,6 @@ module Bundler
stub.instance_variable_set(:@activated, activated)
end
- def default_gem
- stub.default_gem
- end
-
def full_gem_path
# deleted gems can have their stubs return nil, so in that case grab the
# expired path from the full spec