Method: Semi::Driver#initialize
- Defined in:
- lib/semi/driver.rb
#initialize(path) ⇒ Driver
Returns a new instance of Driver.
7 8 9 |
# File 'lib/semi/driver.rb', line 7 def initialize(path) @config = Semi::Config.new(path) end |
Returns a new instance of Driver.
7 8 9 |
# File 'lib/semi/driver.rb', line 7 def initialize(path) @config = Semi::Config.new(path) end |