RubyFlow The Ruby and Rails community linklog

iniparser gem - read /parse INI configuration, settings and data files into a hash

Hello, What’s your favorite datafile format? Awesome YAML or Awesome JSON (What’s Next)? I prefer good ol’ INI ;-) that’s why I published a new iniparser gem to read / parse INI configuration, settings and data files into a hash. Use $ h = INI.load_file( 'planet.ini' ); pp h. Cheers. PS: What’s INI? See the planet.ini as a “real-world” example.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in