Skip to content
Permalink
master
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
#
# configuration.rb makes use of an external blank slate dsl, this means that
# you Configuration objects do, in fact, have all built-in ruby methods such
# as #inspect, etc, *unless* you configure over the top of them. the effect
# is a configuration object that behaves like a nice ruby object, but which
# allows *any* key to be configured
#
require 'configuration'
c = Configuration.for 'd'
p c.object_id
p c.inspect
p c.p