class OAuth2::ResponseArray

def initialize(response, array)

def initialize(response, array)
  self.response = response
  super(array)
end