Skip to content
Permalink
005c1b1eca
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (9 sloc) 351 Bytes
#
# basic usage is quite, simple, load the config and use it's values. the
# config syntax is fairly obvious, i think, but note that it *is* ruby and any
# ruby can be included. also note that each config is named, allowing
# multiple configs to be places in one file
#
require 'configuration'
c = Configuration.load 'a'
p c.a + c.b - c.c