Module: NetworkScanner

Defined in:
lib/network_scanner.rb,
lib/network_scanner/version.rb

Defined Under Namespace

Classes: Scanner

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object

Prevents the user from having to deal with namespacing. This is probably hacky



21
22
23
# File 'lib/network_scanner.rb', line 21

def new(*args)
  Scanner.new(*args)
end