github.com/egillet/plist-cr
0.1.0 / published Nov 6, 2017 / repository
plist-cr
TODO: Write a description here see: http://www.apple.com/DTDs/PropertyList-1.0.dtd
Installation
Add this to your application's shard.yml:
dependencies:
plist-cr:
github: egillet/plist-cr
Usage
require "plist-cr"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/egillet/plist-cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- egillet Eric Gillet - creator, maintainer
API
- Hash(K, V)
A
Hashrepresents a collection of key-value mappings, similar to a dictionary. - Nil
The
Niltype has only one possible value:nil. - PList