Skip to content

Instantly share code, notes, and snippets.

@markbates
Created November 20, 2008 12:07
Show Gist options
  • Save markbates/27027 to your computer and use it in GitHub Desktop.
Save markbates/27027 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'configatron'
store = Configatron::Store.new
store.foo = :bar
puts store.foo
store.one.two.three = [1,2,3]
puts store.inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment