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