[Source]
# File lib/active_ldap/base.rb, line 264 264: def initialize(target) 265: @target = target 266: super(_("not implemented: %s") % @target) 267: end
[Validate]