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