Class: Ldaptic::MatchingRules::OctetStringMatch

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

Instance Method Summary collapse

Instance Method Details

#match(one, two) ⇒ Object



23
24
25
# File 'lib/ldaptic/matching_rules.rb', line 23

def match(one, two)
  matchable(one) == matchable(two)
end

#matchable(value) ⇒ Object



19
20
21
# File 'lib/ldaptic/matching_rules.rb', line 19

def matchable(value)
  value
end