module NetworkScanner

Constants

VERSION

Public Class Methods

new(*args) click to toggle source

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

# File lib/network_scanner.rb, line 21
def new(*args)
  Scanner.new(*args)
end