patsplat / plist

All-purpose Property List manipulation library
http://www.rubydoc.info/gems/plist
MIT License
306 stars 71 forks source link

added a note comment about using to_plist method #30

Closed warfreak92 closed 7 years ago

warfreak92 commented 8 years ago

I added a note comment in the README.rdoc file. I hope this could help clarify the usage of the .to_plist method of this gem as how I saw it in my usage. If by any chance there is a method that does something like re-writing the values of a plist file that was parsed with the parse_xml method, please point me to it and then you could ignore this PR. Thanks!

mattbrictson commented 7 years ago

Hi, sorry for the late reply! I believe you can use .save_plist(filename) to write the modified plist out to a given filename. If you feel the README could still be improved, please feel free to open another PR and I'll review it. Thanks!