patshaughnessy / ruby-under-a-microscope

Code Samples for Ruby Under A Microscope - Learning Ruby Internals Through Experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo : Page 210 (PDF)

NiranjanSarade opened this issue · comments

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.