# File lib/poll.rb, line 59
def
initialize( mask ) mask = mask.to_i @mask = mask
super
( mask )
end