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