Errata for The Ruby Way, 2nd. ed.

Last updated January 2, 2007

Page Section Description Found by
xxxviii   Change "regualr" to "regular" David Worden
15   Reads: In the same way, chop is
Should read: In the same way, chomp is
Jim Neundorf
53   Reads: iterator ends in a left brace
Should read: iterator ends in a right brace
Ron Lusk
73   Reads: s1 = str.ljust(13) # "Moby-Dick"
Should read: s1 = str.ljust(13) # "Moby-Dick "
Ron Lusk
89   Reads: y = "0111".to_i # 0
Should read: y = "0111".to_i # 111
Ron Lusk
274 7.3 %a and %A are switched; also the result
for %a should be "Tue"
Marcel Lanz
299   2nd para: Change "unary minus" to "binary minus" Jim Haungs
358   Method names _dump and _load should be
marshal_dump and marshal_load
Ron Lusk
408 11.1.11 Change "mew" to "new" David Worden, Jim Haungs, others
506 14.9.2 Change "ksh" to "bash" David Worden
589 14.7 Change "maipulate" to "manipulate" David Worden
595 14.9.2 Change "ksh" to "bash" David Worden