# File lib/guard/interactor.rb, line 279 def restore_terminal_settings system("stty #{ @stty_save } 2>#{ DEV_NULL }") if @stty_save end