Ruby Crash Course!
Slide index:
0.0
Introductory Ruby Examples
0.1
printing
0.2
variable substitution
0.3
Ruby is Loopy
0.4
Ruby is Loopy (cont)
0.5
Maximum Loopiness!
0.6
Read a File
0.7
Write a file
0.8
Read a webpage
0.9
grab_webpage.rb
1.0
Introduction to Ruby
1.1
How to Run Ruby in a Virtual Machine
1.2
How to run the the standard Ruby interpreter
1.3
Using
irb
1.4
More
irb
1.5
Fun with Ruby Objects
1.6
More Fun with Ruby Objects
2.0
All about the Ruby Language
2.1
Ruby has
Class
2.2
Ruby has
Class
(cont)
2.3
Ruby has
Class
(cont ii)
2.4
A little
Class
ier
2.5
All for a better Robot
2.6
All for a better Robot (cont)
2.7
The perfect Robot
2.8
Extending the RoboSoldier
2.9
Variables
2.10
Procedure Objects
2.11
Traps
3.0
All about the Ruby Regular Expressions
3.1
Regular Expressions Basics
3.2
Matching an Email address
3.3
Regexp Object
3.4
Using Regexp Object
3.5
Writing a Regexp Tester
4.0
Fun with File Processing
4.1
grep: the perl way
4.2
grep: a better way
4.3
grep: using ARGF
4.4
Find.find
4.5
SuperReplace
4.6
dos2unix.rb
5.0
Net::SSH
5.1
using Net::SSH
5.2
Net::SFTP
6.0
JRUBY
7.0
Ruby .NET
8.0
Finally!
8.1
Learning Ruby Resources