Methods

Class Index [+]

Quicksearch

ActiveLdap::LdapError

Constants

ERRORS

Public Class Methods

define(code, name, target) click to toggle source
   # File lib/active_ldap/ldap_error.rb, line 4
4:       def define(code, name, target)
5:         klass_name = name.downcase.camelize
6:         target.module_eval(          class #{klass_name} < #{self}            CODE = #{code}            def code              CODE            end          end, __FILE__, __LINE__ + 1)
7:         target.const_get(klass_name)
8:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.