Method: Inspec::Resources::LsofPorts#initialize

Defined in:
lib/resources/port.rb

#initialize(inspec, lsofpath = nil) ⇒ LsofPorts

Returns a new instance of LsofPorts.



148
149
150
151
# File 'lib/resources/port.rb', line 148

def initialize(inspec, lsofpath = nil)
  @lsof = lsofpath || 'lsof'
  super(inspec)
end