Closed vshih closed 14 years ago
In the "Messages" chapter, "Receivers" section:
"For example, (10 \ 10).to_s evaluates the parenthetical, then sends its value (100) the :to_s message."
The value 100 is incorrect.
I cut this graf, so this was fixed inadvertently in df3378fa142fff557e52 .
In the "Messages" chapter, "Receivers" section:
"For example, (10 \ 10).to_s evaluates the parenthetical, then sends its value (100) the :to_s message."
The value 100 is incorrect.