module Selective
module Selective::Ruby
module Selective::Ruby::Core
class Selective::Ruby::Core::Controller
class Selective::Ruby::Core::Error
class Selective::Ruby::Core::Init
class Selective::Ruby::Core::NamedPipe
class Selective::Ruby::Core::NamedPipe::PipeClosedError
selective-ruby-core
0.1.3
# create_pipe
def create_pipe(path) system("mkfifo #{path}") unless File.exist?(path) end