lib/guard/cane.rb in guard-cane-0.1.4 vs lib/guard/cane.rb in guard-cane-0.2.0

- old
+ new

@@ -28,10 +28,11 @@ def run_all cane end def run_on_modifications(paths) - cane paths + passed = cane paths + run_all if options[:all_after_pass] && passed end def cane(paths = []) command = build_command(paths)