class Selective::Ruby::Core::NamedPipe

def create_pipe(path)

def create_pipe(path)
  system("mkfifo #{path}") unless File.exist?(path)
end