Class: LDAP::Server::MatchingRule::DefaultMatchingClass

Inherits:
Object
  • Object
show all
Includes:
Equality, Ordering, Substrings
Defined in:
lib/ldap/server/match.rb

Overview

module Substrings

Instance Method Summary collapse

Methods included from Substrings

#substrings

Methods included from Ordering

#ge, #le

Methods included from Equality

#eq

Instance Method Details

#normalize(x) ⇒ Object



147
148
149
# File 'lib/ldap/server/match.rb', line 147

def normalize(x)
  x
end