class Typhoeus::Multi

def cleanup

def cleanup
  Curl.multi_cleanup(@handle)
  @active = 0
  @running = 0
  @easy_handles = []
end