# File lib/listen/adapters/darwin.rb, line 59
      def self.usable?
        return false unless RbConfig::CONFIG['target_os'] =~ /darwin(1.+)?$/i
        super
      end