On 20.12.2008, at 02:52 , Tim Mcd wrote: > > > I don't think I was clear on my actual questions: > - Why doesn't the variable 'a' include BOTH of the character data? > - How do I fix it? > - Why does 'a' list the Player class as an array, and not actually > as an > object? > > Thanks! ^_^' > -- > Posted via http://www.ruby-forum.com/. > I don't have an answer to your question but when I needed YAML I found that it didn't read it exactly as I expected so I made the objects I wanted to get inside ruby and had it dump the objects to YAML, then I got the right syntax. Try that. einarmagnus