Method: Inspec::Resources::LsofPorts#initialize

Defined in:
lib/resources/port.rb

#initialize(inspec, lsofpath = nil) ⇒ LsofPorts

Returns a new instance of LsofPorts.



166
167
168
169
# File 'lib/resources/port.rb', line 166

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