Hello.
Thanks to everyone who sent me words of encouragement about my Ruby
Tutorial. 
Managed to grab an hour this AM to work on putting OpenOffice.org
Impress and PowerPoint versions of my Ruby Tutorial slides on-line:
http://glasnost.itcarlow.ie/~barryp/ruby-tut-source.html
Feel free to use/adapt as you see fit, remembering - of course - to
share any enhancements with the community.
Have fun!
Paul.
Santiago R. Lunar M. wrote:
Excelent work Paul, i just have noticed that thereās a mistake in the
word Ruby at the title in my browser. It says:
āThe source to the Rutby Tutorialā.
Duh!
Fixed.
On 10/14/06, Paul B. [email protected] wrote:
Paul.
I enjoyed doing this:
newRubyTutorial]$ cat download.rb
1.upto(14) do |i|
system( āwget
http://glasnost.itcarlow.ie/~barryp/ruby/LearnRuby#{i}.odpā)
sleep 5
end
Prasad
On 10/14/06, G.Durga P. [email protected] wrote:
I enjoyed doing this:
newRubyTutorial]$ cat download.rb
1.upto(14) do |i|
system( āwget http://glasnost.itcarlow.ie/~barryp/ruby/LearnRuby#{i}.odpā)
sleep 5
end
WHAT! You didnāt make this a rake task?
Thanks!
ā
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
Paul B. wrote:
Hello.
Thanks to everyone who sent me words of encouragement about my Ruby
Tutorial. 
Managed to grab an hour this AM to work on putting OpenOffice.org
Impress and PowerPoint versions of my Ruby Tutorial slides on-line:
http://glasnost.itcarlow.ie/~barryp/ruby-tut-source.html
Feel free to use/adapt as you see fit, remembering - of course - to
share any enhancements with the community.
Have fun!
Paul.
Lesson 9, Slide 3: āClasses to Stingsā !
DJ