class FSEvent

def shellescaped_paths

def shellescaped_paths
  @paths.map {|path| shellescape(path)}.join(' ')
end