Method: Ergo::Runner#initialize
- Defined in:
- lib/ergo/runner.rb
#initialize(options = {}) ⇒ void
Initialize new Session instance.
13 14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/ergo/runner.rb', line 13 def initialize(={}) @script = [:script] @system = [:system] self.root = [:root] self.trial = [:trial] self.fresh = [:fresh] self.watch = [:watch] self.ignore = [:ignore] @digests = {} end |