# File lib/guard/interactor.rb, line 272
    def stty_exists?
      @stty_exists ||= system('hash', 'stty')
    end