Sha256: af527adad7e52c186b9cda7314dc442c28d87f2cab0e1a3dbe7c42ccd81ad50f
Contents?: true
Size: 442 Bytes
Versions: 25
Compression:
Stored size: 442 Bytes
Contents
# # 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
Version data entries
25 entries across 25 versions & 5 rubygems