Object
# File lib/guard/rspec/inspector.rb, line 26 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
# File lib/guard/rspec/inspector.rb, line 10 def excluded @excluded || [] end
# File lib/guard/rspec/inspector.rb, line 14 def excluded=(pattern) @excluded = Dir[pattern.to_s] end
Generated with the Darkfish Rdoc Generator 2.