Re: [MacRuby-devel] Can't load YAML file

2010-06-16 Thread Matt Aimonetti
What version are you on? YAML works great for me, can you try to run the example using YAML from: /Developer/Examples/Ruby/MacRuby/YamlTable Let us know how it goes. Maybe the API you are using isn't support, I would recommend to use the following instead: areasArray = YAML.load_file('areas.yaml

[MacRuby-devel] Can't load YAML file

2010-06-16 Thread Peter Dalmaris
Hello, I am trying to import a YAML file like this: yamlData = "areas.yaml" areasArray = YAML.load(File.open(yamlData)) This fails, and I am getting this error message: unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring