Method: PluginTool::WatcherPoll#initialize
- Defined in:
 - lib/watchers.rb
 
#initialize(dirs) ⇒ WatcherPoll
Returns a new instance of WatcherPoll.
      5 6 7 8  | 
    
      # File 'lib/watchers.rb', line 5 def initialize(dirs) @dirs = dirs @last_contents = make_contents end  |