Module: Guard::Stendhal::Runner
- Defined in:
- lib/guard/stendhal/runner.rb
Class Method Summary collapse
Class Method Details
.run(paths, options = {}) ⇒ Object
6 7 8 9 10 |
# File 'lib/guard/stendhal/runner.rb', line 6 def run(paths, = {}) = [:message] || "Running: #{paths.join(' ')}" UI.info , :reset => true system(stendhal_command(paths, )) end |