Method: Codebot::IPCServer#pipe

Defined in:
lib/codebot/ipc_server.rb

#pipeString (readonly)

Returns the path to the named pipe.

Returns:

  • (String)

    the path to the named pipe



11
12
13
# File 'lib/codebot/ipc_server.rb', line 11

def pipe
  @pipe
end