class PSTree::ProcStruct

def to_s

def to_s
 "%05u %s (%s)" % [ pid, cmd, user ]
end