package

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

  1. Fork it ( https://github.com/egillet/plist-cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • egillet Eric Gillet - creator, maintainer

API

  • Hash(K, V)

    A Hash represents a collection of key-value mappings, similar to a dictionary.

  • Nil

    The Nil type has only one possible value: nil.

  • PList