class HTTParty::Parser

def initialize(body, format)

def initialize(body, format)
  @body = body
  @format = format
end