Method: Bake::Type::Tuple#to_s

Defined in:
lib/bake/type/tuple.rb

#to_sObject



32
33
34
# File 'lib/bake/type/tuple.rb', line 32

def to_s
  "a Tuple of (#{@item_types.join(', ')})"
end