Parent

Configuration::Pure

Constants

Instance_Methods
Protected

Public Class Methods

[](object) click to toggle source
     # File lib/configuration.rb, line 186
186:     def Pure.[] object
187:       new object
188:     end
new(object) click to toggle source
     # File lib/configuration.rb, line 182
182:     def initialize object
183:       @object = object
184:     end

Public Instance Methods

method_missing(m, *a, &b) click to toggle source
     # File lib/configuration.rb, line 178
178:     def method_missing m, *a, &b
179:       Instance_Methods[m.to_s].bind(@object).call(*a, &b)
180:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.