module SetFuMixinToSetMethod
Public Instance Methods
to_bset()
click to toggle source
# File lib/setfu.rb, line 1109 def to_bset rtn = BitSet.new(self) # byebug return rtn end
# File lib/setfu.rb, line 1109 def to_bset rtn = BitSet.new(self) # byebug return rtn end