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