Class: LDAP::Server::MatchingRule::DefaultMatchingClass
- Inherits:
-
Object
- Object
- LDAP::Server::MatchingRule::DefaultMatchingClass
- Includes:
- Equality, Ordering, Substrings
- Defined in:
- lib/ldap/server/match.rb
Overview
module Substrings
Instance Method Summary collapse
Methods included from Substrings
Methods included from Ordering
Methods included from Equality
Instance Method Details
#normalize(x) ⇒ Object
147 148 149 |
# File 'lib/ldap/server/match.rb', line 147 def normalize(x) x end |