Method: Boxen::Runner#initialize
- Defined in:
- lib/boxen/runner.rb
#initialize(config, flags) ⇒ Runner
Returns a new instance of Runner.
18 19 20 21 22 23 24 |
# File 'lib/boxen/runner.rb', line 18 def initialize(config, flags) @config = config @flags = flags @puppet = Boxen::Puppeteer.new(@config) @checkout = Boxen::Checkout.new(@config) @hooks = Boxen::Hook.all end |