Module: Guard::MochaNode::Runner
- Defined in:
- lib/guard/mocha_node/runner.rb
Class Method Summary collapse
Class Method Details
.run(paths = [], options = {}) ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/guard/mocha_node/runner.rb', line 7 def self.run(paths = [], = {}) return false if paths.empty? @paths = paths = execute_mocha_node_command end |