649 650 651 652 653
# File 'lib/setfu.rb', line 649 def to_bset rtn = BitSet.new(self) # byebug return rtn end