module Selective
module Selective::Ruby
module Selective::Ruby::Core
module Selective::Ruby::Core::Helper
class Selective::Ruby::Core::ConnectionLostError
class Selective::Ruby::Core::Controller
class Selective::Ruby::Core::Error
class Selective::Ruby::Core::FileCorrelator
class Selective::Ruby::Core::FileCorrelator::FileCorrelatorError
class Selective::Ruby::Core::Init
class Selective::Ruby::Core::NamedPipe
selective-ruby-core
0.2.7
# delete_pipe
def delete_pipe(path) File.delete(path) if File.exist?(path) end