# File lib/guard/interactor.rb, line 79 def self.auto_detect require 'readline' if defined?(RbReadline) || defined?(JRUBY_VERSION) || RbConfig::CONFIG['target_os'] =~ /linux/i ReadlineInteractor.new else SimpleInteractor.new end end