class Guard::ReadlineInteractor

def stop


Stop the interactor.
def stop
  super
  restore_terminal_settings if stty_exists?
end