class Selective::Ruby::Core::NamedPipe

def initialize(read_pipe_path, write_pipe_path, skip_reset: false)

def initialize(read_pipe_path, write_pipe_path, skip_reset: false)
  @read_pipe_path = read_pipe_path
  @write_pipe_path = write_pipe_path
  delete_pipes unless skip_reset
  initialize_pipes
end