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,244 of 191,455
Downloads: 36,103,605

Daily

Ranking: 1,437 of 191,429
Downloads: 11,889

Depended by

RankDownloadsName
1,50726,414,182train
3,1024,979,042beaker
5,7871,050,646dapp
6,046938,304akamai-edgegrid
6,096920,611sensu-plugins-rabbitmq
6,624757,241wavefront-sdk
6,674743,731tty-config
7,100643,910obbistrano
7,589568,804capifony
7,737551,280sensu-plugins-mysql
7,754548,088oci
7,773545,455chef-provisioning
7,793542,340linux_admin
8,036502,872firespring_dev_commands
8,961394,845nps_sdk
10,081305,479repman
10,246294,834wavefront-client
10,830261,636kitchen-azurerm
11,529230,143uricp
13,074178,031build-tool

Depends on

RankDownloadsName
9,131377,701bones
21,48173,962bones-git

Owners

#GravatarHandle
1icontim_pease