From: Jayson Williams Date: 2008-08-24T07:04:19+09:00 Subject: Re: YAML::load help The difference between the original hash and the hash loaded from the .yml file is that the original data shows the hash key, with a struct as the hash value: Key#attrib='data', attrib='data'> The data after the yml load looks like: Key and thats it. The .yml file shows that there is a !ruby/struct, but after the load, I am not seeing it. I also tried File.read with the same results. ~Jay