Sha256: cca653f2cfcb47b11d3e50499aa7e0949e09c09d493f2da0e37bb2745ba7b396

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

= Whois examples

== Whois request for IP 72.14.207.99

require 'whois'

w = Whois.new '72.14.207.99'
w.search_whois

# All return of request
w.all

# The ip return with object IPAddr
w.ip

# The server where the request has send
w.server

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whois-0.2.0 EXAMPLES