class Byebug::RemoteInterface

def initialize(socket)

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