# File lib/oauth2/response_object.rb, line 40
    def initialize(response, array)
      self.response = response
      super(array)
    end