0.0
No commit activity in last 3 years
No release in over 3 years
A simple library to specify the format of configuration files and the way to turn them into Ruby objects. Ruby1.9 centric. Uses some lazy evaluation. No write support: it's strongly sugested to use ERB or other templating systems for that.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

ConfigFiles¶ ↑

A simple library to specify the format of configuration files and the way to turn their data into Ruby objects.

Ruby1.9 centric. Uses some lazy evaluation.

No write support: it’s strongly sugested to use ERB or other templating systems for that.

A good example usage is found at github.com/gderosa/dansguardian.rb .

Author¶ ↑

Copyright 2010 Guido De Rosa

License: same of Ruby.