# File lib/poll.rb, line 80 def &( otherNum ) otherNum = otherNum.to_i return EventMask::new( @mask & otherNum ) end