Slide 306
Slide 306 text
Jan 2015
@sandimetz
['the
rat
that
ate',
'the
malt
that
lay
in',
'the
house
that
Jack
built']
super.zip(super).flatten
['the
rat
that
ate',
'the
malt
that
lay
in',
'the
house
that
Jack
built']
[['the
rat
that
ate','the
rat
that
ate'],
['the
malt
that
lay
in','the
malt
that
lay
in'],
['the
house
that
Jack
built','the
house
that
Jack
built']]
super.zip(super)
['the
rat
that
ate','the
rat
that
ate',
'the
malt
that
lay
in','the
malt
that
lay
in',
'the
house
that
Jack
built','the
house
that
Jack
built']