Categories: None [Edit]

inifile

https://rubygems.org/gems/inifile
https://github.com/twp/inifile
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](http://en.wikipedia.org/wiki/INI_file). ### Properties The basic element contained in an INI file is the property. Every property has a name and a value, delimited by an equals sign *=*. The name appears to the left of the equals sign and the value to the right. name=value ### Sections Section declarations start with *[* and end with *]* as in `[section1]` and `[section2]` shown in the example below. The section declaration marks the beginning of a section. All properties after the section declaration will be associated with that section. ### Comments All lines beginning with a semicolon *;* or a number sign *#* are considered to be comments. Comment lines are ignored when parsing INI files. ### Example File Format A typical INI file might look like this: [section1] ; some comment on section1 var1 = foo var2 = doodle var3 = multiline values \ are also possible [section2] # another comment var1 = baz var2 = shoodle

Total

Ranking: 1,136 of 183,471
Downloads: 30,555,861

Daily

Ranking: 1,492 of 183,459
Downloads: 7,794

Depended by

RankDownloadsName
1,29725,937,227train
2,8604,517,372beaker
5,378970,328dapp
5,527903,896sensu-plugins-rabbitmq
5,933762,379akamai-edgegrid
5,995741,980wavefront-sdk
6,502614,927obbistrano
6,774554,980capifony
6,839542,091sensu-plugins-mysql
7,066499,522linux_admin
7,113492,171tty-config
7,170483,665chef-provisioning
7,533433,272oci
8,220371,762nps_sdk
9,024305,104repman
9,247291,023wavefront-client
9,578268,308firespring_dev_commands
10,495223,367kitchen-azurerm
10,955204,757uricp
12,071169,419build-tool

Depends on

RankDownloadsName
8,481346,166bones
20,47568,768bones-git

Owners

#GravatarHandle
1icontim_pease