class FSEvent

def pipe

def pipe
  @pipe ||= IO.popen("#{self.class.watcher_path} #{options_string} #{shellescaped_paths}")
end