class HTTParty::ResponseFragment

def initialize(fragment, http_response, connection)

def initialize(fragment, http_response, connection)
  @fragment = fragment
  @http_response = http_response
  @connection = connection
  super fragment
end