Object
# File lib/guard/rspec/inspector.rb, line 20 def clean(paths) paths.uniq! paths.compact! clear_spec_files_list_after do paths = paths.select { |path| should_run_spec_file?(path) } end paths.reject { |p| included_in_other_path?(p, paths) } end
Generated with the Darkfish Rdoc Generator 2.