class Session::Command

def to_yaml(*a,&b)

def to_yaml(*a,&b)
  to_hash.to_yaml(*a,&b)
end