Setting

Build Status Build Status Build Status

DESCRIPTION

A library for managing settings with various values/defaults/etc.

INSTALLATION

gem install setting

or add to your Gemfile: gem 'setting'

SYNOPSIS

require 'setting'

For examples on most usage see the tests in the spec directory. As these contain many basic examples with expected output.