Module: DeepCover::AutoRun
- Defined in:
- lib/deep_cover/auto_run.rb
Defined Under Namespace
Classes: Runner
Class Method Summary collapse
Class Method Details
.run!(covered_path) ⇒ Object
41 42 43 44 |
# File 'lib/deep_cover/auto_run.rb', line 41 def self.run!(covered_path) @runners ||= {} @runners[covered_path] ||= Runner.new.run! end |