Method: Kanrisuru::Core::System::Parser::Lsof.parse_lsof

Defined in:
lib/kanrisuru/core/system/parsers/lsof.rb

.parse_lsof(line, char) ⇒ Object



54
55
56
# File 'lib/kanrisuru/core/system/parsers/lsof.rb', line 54

def parse_lsof(line, char)
  line.split(char, 2)[1]
end