class Opal::REPL

def restore_tty(savepoint)

def restore_tty(savepoint)
  system('stty', savepoint)
rescue
  nil
end