class Selective::Ruby::Core::NamedPipe

def delete_pipe(path)

def delete_pipe(path)
  File.delete(path) if File.exist?(path)
end