Method: Bundler::Plugin::DSL#initialize
- Defined in:
- lib/bundler/plugin/dsl.rb
permalink #initialize ⇒ DSL
Returns a new instance of DSL.
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 |