method

create_entry

create_entry(tuple, sec)
private

No documentation available.

# File lib/rinda/tuplespace.rb, line 578
    def create_entry(tuple, sec)
      TupleEntry.new(tuple, sec)
    end