Class: Ldaptic::MatchingRules::NumericStringMatch

Inherits:
OctetStringMatch show all
Defined in:
lib/ldaptic/matching_rules.rb

Instance Method Summary collapse

Methods inherited from OctetStringMatch

#match

Instance Method Details

#matchable(value) ⇒ Object



59
60
61
# File 'lib/ldaptic/matching_rules.rb', line 59

def matchable(value)
  super.delete(' ')
end