= private = protected
fetch(key)
Fetches key from the tuple.
# File lib/rinda/tuplespace.rb, line 117 def fetch(key) @tuple.fetch(key) end