# File lib/listen/adapters/linux.rb, line 71
      def self.usable?
        return false unless RbConfig::CONFIG['target_os'] =~ /linux/i
        super
      end