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