= private = protected
fetch(k)
Fetches item k from the tuple.
# File lib/rinda/rinda.rb, line 76 def fetch(k) @tuple.fetch(k) end