Skip to content

Reads data from INI files simply and quickly. This script reads integers, UTF-8 encoded strings, booleans and floats.

License

Notifications You must be signed in to change notification settings

Valentine90/ini-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

About

Reads data from INI files simply and quickly. This script reads integers, UTF-8 encoded strings, booleans and floats.

Example

filename = 'Settings.ini'
ini = INI.load_file(filename)
ini[:user][:name]       #=> 'Jonny'
ini[:user][:age]        #=> 15
ini[:user][:registered] #=> true

About

Reads data from INI files simply and quickly. This script reads integers, UTF-8 encoded strings, booleans and floats.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages