module NZWhois

Module helper shortcut for Client whois

Constants

VERSION

Public Class Methods

whois(domain) click to toggle source
# File lib/nz-whois.rb, line 14
def self.whois(domain)
  Client.whois domain
end