# File lib/session.rb, line 77
    def to_yaml(*a,&b)
      to_hash.to_yaml(*a,&b)
    end