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