From: Hans Fugal Date: 2007-08-02T22:35:03+09:00 Subject: Re: Deep YAML Daniel Lucraft wrote: > # then try and dump it: > deeptree.to_yaml #=> fails with stack error > refs.to_yaml #=> fails with stack error > refs.reverse.to_yaml #=> succeeds! I thought of this, ufortunately this data is more like a doubly-linked tree. i.e. if you reverse it you still get the same behavior, just from a different angle.