Module: Sys::ProcTree

Defined in:
lib/sys/proctree/tree.rb,
lib/sys/proctree/process.rb,
lib/sys/proctree/version.rb,
lib/sys/proctree/process_status_list.rb,
lib/sys/proctree.rb

Defined Under Namespace

Modules: Process Classes: ProcessStatusList, Tree

Constant Summary collapse

VERSION =
"0.0.11".freeze

Class Method Summary collapse

Class Method Details

.find(pid) ⇒ Object



13
14
15
# File 'lib/sys/proctree.rb', line 13

def self.find(pid)
  ::Sys::ProcTree::Tree.find(pid)
end