# File lib/active_ldap/base.rb, line 137 137: def initialize(dn, reason=nil) 138: @dn = dn 139: @reason = reason 140: if @reason 141: message = _("%s is invalid distinguished name (DN): %s") % [@dn, @reason] 142: else 143: message = _("%s is invalid distinguished name (DN)") % @dn 144: end 145: super(message) 146: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.