# File lib/net/ldap/filter.rb, line 185
    def join(left, right)
      new(:and, left, right)
    end