jm / toml

Parse TOML. Like a bawss.
MIT License
151 stars 38 forks source link

Fixes #31 #36

Closed squaresurf closed 9 years ago

squaresurf commented 9 years ago

This is a pretty hefty refactor. I found it easier to understand toml generation with the majority of the generation code within the monkey_patch rather than the generator class.

Please feel free to mark up my PR with comments as my ruby style may be a bit funky.