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,091 of 180,416
Downloads: 27,252,622

Daily

Ranking: 1,426 of 180,403
Downloads: 14,356

Depended by

RankDownloadsName
1,13025,716,917train
2,7364,317,910beaker
5,168915,744dapp
5,237895,728sensu-plugins-rabbitmq
5,679728,976wavefront-sdk
5,771702,870akamai-edgegrid
6,221596,079obbistrano
6,447547,160capifony
6,522533,701sensu-plugins-mysql
6,797478,507linux_admin
6,964454,141chef-provisioning
7,384397,972tty-config
7,522382,901oci
8,041327,303nps_sdk
8,329304,965repman
8,550288,905wavefront-client
10,354203,753kitchen-azurerm
10,613194,120uricp
11,555164,813build-tool
11,701161,359aws-cfn-compiler

Depends on

RankDownloadsName
7,951335,850bones
20,00166,014bones-git

Owners

#GravatarHandle
1icontim_pease