Errata for Ruby in a Nutshell
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
Printed |
Page 1
IN PRINT: fourth paragraph |
"...a good starting pointing..."
NOW READS:
"...a good starting point..."
|
Anonymous |
|
Mar 01, 2005 |
Printed |
Page 119
f.putbinaryfile, f.puttextfile |
f.putbinaryfile(remote, local[, blocksize=4096[, callback]])
f.putbinaryfile(remote, local[, blocksize=4096]) {|data|...}
f.puttextfile(remote, local[, callback])
f.puttextfile(remote, local) {|data|...}
NOW READ:
f.putbinaryfile(local, remote[, blocksize=4096[, callback]])
f.putbinaryfile(local, remote[, blocksize=4096]) {|data|...}
f.puttextfile(local, remote[, callback])
f.puttextfile(local, remote) {|data|...}
|
Anonymous |
|
Mar 01, 2005 |
Printed |
Page 173
code to enter into ".emacs" under 9780596002145-mode for Emacs NOW READS |
(autoload '9780596002145-mode "ruby-mode"
"Mode for editing 9780596002145 source files" t)
(setq auto-mode-alist
(append '(("\.rb$" . 9780596002145-mode)) auto-mode-alist))
(setq interpreter-mode-alist (append '(("9780596002145" . ruby-mode))
interpreter-mode-alist))
|
Anonymous |
|
Sep 01, 2005 |
|
|