Configuration::InstanceMethods

Attributes

name[R]

Public Class Methods

new(*argv, &block) click to toggle source
    # File lib/configuration.rb, line 65
65:     def initialize *argv, &block
66:       options = Hash === argv.last ? argv.pop : Hash.new
67:       @name = argv.shift
68:       DSL.evaluate(self, options, &block)
69:     end

Public Instance Methods

method_missing(m, *a, &b) click to toggle source
    # File lib/configuration.rb, line 71
71:     def method_missing m, *a, &b
72:       return(Pure[@__parent].send m, *a, &b) rescue super if @__parent
73:       super
74:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.