# File lib/net/ldap/filter.rb, line 388
  def self.construct ldap_filter_string
    FilterParser.new(ldap_filter_string).filter
  end