# File lib/ffi-rzmq/message.rb, line 183 def close rc = 0 if @pointer rc = LibZMQ.zmq_msg_close @pointer @pointer = nil end rc end