Module: SetFuMixinToSetMethod
Instance Method Summary collapse
Instance Method Details
#to_bset ⇒ Object
668 669 670 671 672 |
# File 'lib/setfu.rb', line 668 def to_bset rtn = BitSet.new(self) # byebug return rtn end |
668 669 670 671 672 |
# File 'lib/setfu.rb', line 668 def to_bset rtn = BitSet.new(self) # byebug return rtn end |