# File lib/net/ldap/filter.rb, line 323
    def construct(ldap_filter_string)
      FilterParser.parse(ldap_filter_string)
    end