class Guard::Guard

def run_on_change(paths)

Returns:
  • (Object) - the task result

Raises:
  • (:task_has_failed) - when run_on_change has failed

Parameters:
  • paths (Array) -- the changes files or paths
def run_on_change(paths)
end