# File lib/active_ldap/schema.rb, line 134 def ldap_syntax(name) cache([:ldap_syntax, name]) do Syntax.new(name, self) end end