Hash
# File lib/active_samba_ldap/configuration.rb, line 43 def [](name) if Private.required_variables.include?(name) and !has_key?(name) raise MissingRequiredVariableError.new(name) end super(name) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.