Sha256: 901b862d152a9f5a86748cd2e2e413175da0c639efeeba638c40feb76f39e807

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

tock
====

TOML Parser. https://github.com/mojombo/toml

## Installation

```
gem install tock
```

## Usage

```ruby
toml = <<TOML
[user]
name = "Parker"
age  = 20
contributing = ['jekyll', 'octopress', 'tock']
[halp]
what = "when"
TOML
TOML.parse(toml_code)
```

## Why?

TOML is awesome and we need a way to use it.

## Credit

- Parker Moore <parkermoore.de>
- Tom Preston-Werner <tom.preston-werner.com> for writing the TOML spec

## License

MIT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tock-0.0.1 README.md