# File lib/ffi-rzmq/poll.rb, line 125 def delete pollable return false if @poll_items.empty? @poll_items.delete(pollable) end