From: Carlos Date: 2004-10-05T20:45:18+09:00 Subject: Re: A ruby course [Brian Schr�der , 2004-10-04 19.17 CEST] > It would be great if some of you could look at the slides and correct > the language and if somebody comes up with a great example or exercise I > would also be glad for comments. Page 7: Ruby follow the principle of least surprise POTS should be "follows" and "POLS" Page 8: Function -> Functions maybe brackets should be omitted on line 7? maybe you should mark what you type from the program's output? I thought "hello world" was an example of function calling without brackets :) Page 9: (I don't follow "often a variable will become a method" (??)) Page 12: ruby -> ruby's (?) Page 14: in "First program": you don't follow your own advice from page 11 ("-w" switch). Page 15: "entrys" -> "entries" (?) Page 18: "skope" -> "scope" Page 19: see page 20 Page 20: Is it a good idea to use 'f' both as method name and the name of the method's main variable? Page 21: see page 22 Page 22: similar as above (parameter name 'call' in example of Proc#call) Page 23: ... I got tired ;) Nice course. Good luck.