Object
# File lib/rerun/watcher.rb, line 169 def initialize(dir, expression) @dir, @expression = dir, expression @dir.chop! if @dir =~ %r{/$} end
# File lib/rerun/watcher.rb, line 174 def files() return Dir["#{@dir}/#{@expression}"] end