class Object

Public Instance Methods

ARPScan(argument_string = nil) click to toggle source

The main interface for the gem. This method accepts arp-scan arguments in the form of a single string. Currently only IP addresses (no hostnames) are supported.

# File lib/arp_scan.rb, line 17
def ARPScan(argument_string = nil)
  ARPScan::ARPScanner.scan argument_string
end