1109 1110 1111 1112 1113
# File 'lib/setfu.rb', line 1109 def to_bset rtn = BitSet.new(self) # byebug return rtn end