class PhisherPhinder::NullLookupClient

Public Instance Methods

lookup(_ip_address) click to toggle source
# File lib/phisher_phinder/null_lookup_client.rb, line 5
def lookup(_ip_address)
  NullResponse.new
end