class ActiveLdap::NotImplemented
Attributes
Public Class Methods
Source
# File lib/active_ldap/base.rb, line 257 def initialize(target) @target = target super(_("not implemented: %s") % @target) end
Calls superclass method
# File lib/active_ldap/base.rb, line 257 def initialize(target) @target = target super(_("not implemented: %s") % @target) end