class Byebug::RemoteInterface

def initialize(socket)

def initialize(socket)
  super()
  @input, @output, @error = socket, socket, socket
end