class Byebug::RemoteInterface

def confirm(prompt)

def confirm(prompt)
  super("CONFIRM #{prompt}")
end