In Files

Parent

Methods

Object

Public Instance Methods

Configuration(*a, &b) click to toggle source
     # File lib/configuration.rb, line 192
192: def Configuration(*a, &b)
193:   if a.empty? and b.nil?
194:     const_get :Configuration
195:   else
196:     Configuration.new(*a, &b)
197:   end
198: end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.