927 928 929 930 931
# File 'lib/setfu.rb', line 927 def to_bset rtn = BitSet.new(self) # byebug return rtn end