32 33 34
# File 'lib/bake/type/tuple.rb', line 32 def to_s "a Tuple of (#{@item_types.join(', ')})" end