# File lib/active_ldap/escape.rb, line 4 def ldap_filter_escape(str) str.to_s.gsub(/\*/, "**") end
# File lib/active_ldap/escape.rb, line 8 def ldap_filter_unescape(str) str.to_s.gsub(/\*\*/, "*") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.