# File lib/guard/interactor.rb, line 94
    def self.auto_detect
      [::Guard::CoollineInteractor, ::Guard::ReadlineInteractor, ::Guard::SimpleInteractor].detect do |interactor|
        interactor.available?(true)
      end.new
    end