class Net::LDAP::Filter::FilterParser

def parse(ldap_filter_string)

Construct a filter tree from the provided string and return it.
#
def parse(ldap_filter_string)
  new(ldap_filter_string).filter
end