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