# File lib/action_controller/cgi_ext/cookie.rb, line 84
    def respond_to?(method, include_private = false)
      return true if super(method)
      return __getobj__.respond_to?(method, include_private)
    end