On page 376, first paragraph:
wrong:
… , that’s the first place Ruby looks for object lookup.
correct:
… , that’s the first place Ruby looks for method lookup.
On page 376, first paragraph:
wrong:
… , that’s the first place Ruby looks for object lookup.
correct:
… , that’s the first place Ruby looks for method lookup.