From: aidy Date: 2008-02-28T04:24:58+09:00 Subject: YAML Hi, All I want it to read this YAML as a ruby hash and place into the below methods. Could someone help? test: tiscali url: http://tiscali3-test.vizumi.com/ register: first_name: aidy surname: smith email: 'testautomated6@googlemail.com' password: password registration: KJHDF123 tiscali= SmokeTest.new("Tiscali", "http://tiscali3-test.vizumi.com/") tiscali.register('aidy', 'smith, 'testautomated@googlemail.com', 'password', 'KJHDF123') Aidy