Class: Fsr::Runner
- Inherits:
-
Object
- Object
- Fsr::Runner
- Defined in:
- lib/fsr.rb
Overview
core runner
Instance Method Summary collapse
-
#initialize(specs, load: []) ⇒ Runner
constructor
A new instance of Runner.
- #run ⇒ Object
Constructor Details
#initialize(specs, load: []) ⇒ Runner
Returns a new instance of Runner.
51 52 53 54 |
# File 'lib/fsr.rb', line 51 def initialize(specs, load: []) @specs = specs @dependent_files = load end |