# File lib/net/ldap/filter.rb, line 47
  def initialize op, a, b
    @op = op
    @left = a
    @right = b
  end