module Sys::ProcTree

Constants

VERSION

Public Class Methods

find(pid) click to toggle source
# File lib/sys/proctree.rb, line 13
def self.find(pid)
  ::Sys::ProcTree::Tree.find(pid)
end