Methods
Attributes
| [R] | length | |
| [R] | size |
Class Public methods
new(list)
Link
Source: show
# File sample/drb/old_tuplespace.rb, line 10 def initialize(list) @list = list @check_idx = [] @list.each_with_index do |x, i| @check_idx.push i if x end @size = @list.size end
Instance Public methods