class Byebug::TestInterface

def clear

def clear
  @input, @output, @error = [], [], []
  history.clear
end