Module: Guard::CoffeeScript::Inspector

Defined in:
lib/guard/coffeescript/inspector.rb

Class Method Summary collapse

Class Method Details

.clean(paths) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/guard/coffeescript/inspector.rb', line 6

def clean(paths)
  paths.uniq!
  paths.compact!
  paths = paths.select { |p| coffee_file?(p) }
  clear_coffee_files_list
  paths
end