# File lib/net/ldap/entry.rb, line 191 def respond_to?(sym) name = attribute_name(sym) return true if valid_attribute?(name) return super end