# File lib/active_ldap/adapter/ldap_ext.rb, line 19
19: def initialize(op, type, vals)
20: if (VERSION.split(/\./).collect {|x| x.to_i} <=> [0, 9, 7]) <= 0
21: @op, @type, @vals = op, type, vals # to protect from GC
22: end
23: _initialize(op, type, vals)
24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.