# File lib/poll.rb, line 67
  def ===( otherNum )
			( self & otherNum ).nonzero?
		end