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 210 (PDF) #9

Open NiranjanSarade opened 11 years ago

NiranjanSarade commented 11 years ago

Specifically, this allows the puts statement to access the str2 variable from the parent scope.

Should be =>

Specifically, this allows the puts statement to access the str variable from the parent scope.