Method: Inspec::Resources::LsofPorts#initialize

Defined in:
lib/resources/port.rb

#initialize(inspec, lsofpath = nil) ⇒ LsofPorts

Returns a new instance of LsofPorts.



163
164
165
166
# File 'lib/resources/port.rb', line 163

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