# File lib/net/ping/wmi.rb, line 114
      def ping?(host = @host, options = {})
         ping(host, options).status_code == 0
      end