# File lib/vendor/darwin/lib/rb-fsevent/fsevent.rb, line 74
    def shellescaped_paths
      @paths.map {|path| shellescape(path)}.join(' ')
    end