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
21 22 23 |
# File 'lib/quke/driver_configuration.rb', line 21 def initialize(config) @config = config end |