RubyGems Navigation menu

inifile 1.0.0

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 All properties must exist within a section. If the file contains a property before the first section is declared, an error will be raised. ### 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

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 3.0.0 - August 01, 2014 (18 KB)
  2. 2.0.2 - September 15, 2012 (15 KB)
  3. 2.0.1 - September 06, 2012 (15 KB)
  4. 2.0.0 - August 29, 2012 (15,5 KB)
  5. 1.1.0 - February 28, 2012 (13,5 KB)
  6. 1.0.0 - February 28, 2012 (13 KB)
Mostrar todas las versiones (12 total)

dependencias de Development (2):

bones >= 3.7.2
bones-git >= 1.2.5

Propietarios:

Autores:

  • Tim Pease

SHA 256 checksum:

7669a2607e52bb36199f38a401b349ff60ee3638b6c74a4c6b2bc93d46e81480

Total de descargas 27.236.375

Para esta versión 4.420

Licencias:

N/A

Versión de Ruby requerida: Ninguno

Enlace: