summaryrefslogtreecommitdiff
path: root/lib/bundler/plugin/api/source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/plugin/api/source.rb')
-rw-r--r--lib/bundler/plugin/api/source.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb
index 04173b4ee9..5d3f58df92 100644
--- a/lib/bundler/plugin/api/source.rb
+++ b/lib/bundler/plugin/api/source.rb
@@ -287,6 +287,12 @@ module Bundler
def root
Bundler.root
end
+
+ # @private
+ # Returns true
+ def bundler_plugin_api_source?
+ true
+ end
end
end
end