# File lib/search_cop_grammar/attributes.rb, line 152
      def respond_to?(*args)
        super(*args) || @attribute.respond_to?(*args)
      end