Method: Quke::DriverConfiguration#initialize

Defined in:
lib/quke/driver_configuration.rb

#initialize(config) ⇒ DriverConfiguration

Instantiate an instance of Quke::DriverConfiguration.

It expects an instance of Quke::Configuration which will be used internally to determine how to set the options it passes back to each of the drivers. to be used and any related options



19
20
21
# File 'lib/quke/driver_configuration.rb', line 19

def initialize(config)
  @config = config
end