method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::Plugin::DSL
new()public
No documentation available.
# File lib/bundler/plugin/dsl.rb, line 25
def initialize
super
@sources = Plugin::SourceList.new
@inferred_plugins = [] # The source plugins inferred from :type
end