Could anyone suggest a well-documented and well known YAML library for ruby?
A book I read used one like this:
YAML.load_file(conf.rc).each do |k,v|
conf.send("#{k}=", v)
end
Anyone know which library is used?
Thanks
Could anyone suggest a well-documented and well known YAML library for ruby?
A book I read used one like this:
YAML.load_file(conf.rc).each do |k,v|
conf.send("#{k}=", v)
end
Anyone know which library is used?
Thanks