Method: Wmap.whois
- Defined in:
- lib/wmap.rb
.whois(domain) ⇒ Object
whois query and sort the result into structured data
92 93 94 95 |
# File 'lib/wmap.rb', line 92 def whois(domain) whois=Wmap::Whois.new(:verbose=>false) whois.query(domain) end |