class Session::Command

def to_hash

def to_hash
  %w(cmdno cmd out err cid).inject({}){|h,k| h.update k => send(k) }
end