Parent

Methods

Object

Public Instance Methods

Configuration(*a, &b) click to toggle source
# File lib/configuration.rb, line 223
def Configuration(*a, &b)
  if a.empty? and b.nil?
    const_get :Configuration
  else
    Configuration.new(*a, &b)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.