# File lib/ffi-rzmq/poll_items.rb, line 38 def delete pollable if @pollables.delete(pollable) @dirty = true clean true else false end end