inifile version 2.0.0
by Tim P.
inifile | RubyGems.org | your community gem host
== DESCRIPTION
Although made popular by Windows, INI files can be used on any system
thanks
to their flexibility. They allow a program to store configuration data,
which
can then be easily parsed and changed. Two notable systems that use the
INI
format are Samba and Trac.
More information about INI files can be found on the Wikipedia
Page.
== CHANGES
- Can now initialize from Strings [issue #9]
- Quoted multi-line values are supported
- Comments can appear at the end of a line
Enhancements - TomDoc documentation
- Parity between read/write methods