# File lib/guard.rb, line 159
    def setup_interactor
      unless options[:no_interactions] || !::Guard::Interactor.enabled
        @interactor = ::Guard::Interactor.new
      end
    end