book main | contents | reviews | updates
|
Page 106 should read: Page 130 should read: Script Update: Some users on Windows have experienced difficulty with the understand_args? method in simple_cli.rb from script #7, wherein the default condition is not triggered. If you experience this problem, try replacing the line OPTIONS.keys.any? { |key| OPTIONS[key].include?(args[0]) with (not args[0]) || OPTIONS.keys.any? { |key| OPTIONS[key].include?(args[0]) } Thanks to Gene Temple for finding this bug and proposing a solution. File Update: The original radio_player2.rb script has a small bug that reports incorrect start times for the files. You can download an updated version here. (Note: The .zip and .bz2 archives on the main page were updated to include this file on 9/19/07.) Page 90, "The Results": Page 131, IRB Example: Page 248, under "Dissecting the ApplicationHelper": |
|
Page 257: |
book main | contents | reviews | updates
Copyright 2008 by No Starch Press