# File lib/net/ldap/filter.rb, line 51
51:   def initialize op, a, b
52:     @op = op
53:     @left = a
54:     @right = b
55:   end