Class: Ldaptic::MatchingRules::CaseExactMatch
- Inherits:
-
OctetStringMatch
- Object
- OctetStringMatch
- Ldaptic::MatchingRules::CaseExactMatch
- Defined in:
- lib/ldaptic/matching_rules.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from OctetStringMatch
Instance Method Details
#matchable(value) ⇒ Object
32 33 34 |
# File 'lib/ldaptic/matching_rules.rb', line 32 def matchable(value) super.gsub(/ +/, ' ').sub(/\A */, ' ').sub(/ *\z/, ' ') end |