# File lib/ethon/multi/operations.rb, line 15 def handle @handle ||= FFI::AutoPointer.new(Curl.multi_init, Curl.method(:multi_cleanup)) end