class PSTree
def initialize(root_pid = nil, charset: 'UTF-8')
def initialize(root_pid = nil, charset: 'UTF-8') @charset = charset.to_s.upcase @root_pid = root_pid.to_i end
def initialize(root_pid = nil, charset: 'UTF-8') @charset = charset.to_s.upcase @root_pid = root_pid.to_i end