273 274 275 276
# File 'lib/resources/port.rb', line 273 def ports_via_lsof return nil unless inspec.command('lsof').exist? LsofPorts.new(inspec).info end