Method: Bundler::Plugin::DSL#initialize

Defined in:
lib/bundler/plugin/dsl.rb

#initializeDSL

Returns a new instance of DSL.

[View source]

25
26
27
28
29
# File 'lib/bundler/plugin/dsl.rb', line 25

def initialize
  super
  @sources = Plugin::SourceList.new
  @inferred_plugins = [] # The source plugins inferred from :type
end