# File lib/openid/fetchers.rb, line 61
    def method_missing(method, *args)
      @_response.send(method, *args)
    end