patshaughnessy / ruby-under-a-microscope

Code Samples for Ruby Under A Microscope - Learning Ruby Internals Through Experiment
56 stars 6 forks source link

Typo:page 207 (PDF) #6

Open NiranjanSarade opened 11 years ago

NiranjanSarade commented 11 years ago

Here the puts function call refers equally well to the str variable located inside the block and the str2 variable from the surrounding code.

Should be ->

Here the puts function call refers equally well to the str2 variable located inside the block and the str variable from the surrounding code.