TwP / inifile

Native Ruby package for reading and writing INI files
http://codeforpeople.rubyforge.org/inifile
95 stars 47 forks source link

Adding in Typecasting #23

Closed dennismonsewicz closed 10 years ago

dennismonsewicz commented 10 years ago

Added in a new method to allow for typecasting of values.

Usage

ini = IniFile.new(filename: 'path/to/ini/file', classify: true)