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, options = {})
  message = options[:message] || "Running: #{paths.join(' ')}"
  UI.info message, :reset => true
  system(stendhal_command(paths, options))
end