method

make_tuple

make_tuple(ary)
public

No documentation available.

# File lib/rinda/tuplespace.rb, line 174
    def make_tuple(ary) # :nodoc:
      Rinda::Template.new(ary)
    end