Latest Free Screencasts (page 3)
Programming With Ruby Episode 5, Numbers
Man With Code - 2009-04-24 - free
Covered in This Episode numbers, expressions, types of Numbers, constants (New type of variable!), doing something a number of times.
Watch this screencastProgramming With Ruby Episode 4, Main Ruby Concepts
Man With Code - 2009-04-10 - free
Covered In This Episode: basic Variables, basic Methods, basic Classes, interactive Ruby (irb), code:, # Define the class Greeter, class Greeter, # Define the method hello, # This method greets the, # user, def hello(name), puts "Hello " + name, end # End of the method hello, end # End of the class Greeter, greeter.new.hello("Tyler"), covered in this episode. We’ll [...].
Watch this screencast
Find more screencasts on the
homepage