# File lib/rhc/vendor/zliby.rb, line 532 def isbitset? bit_to_check if self & (2 ** bit_to_check) == (2 ** bit_to_check) then true else false end end