Module: SetFuMixinToSetMethod

Included in:
Array, Range, String
Defined in:
lib/setfu.rb

Instance Method Summary collapse

Instance Method Details

#to_bsetObject



1109
1110
1111
1112
1113
# File 'lib/setfu.rb', line 1109

def to_bset
  rtn = BitSet.new(self)
  # byebug
  return rtn
end