In this episode I teach main Ruby concepts, like variables, methods, and classes. I also introduce you to irb (interactive ruby)
Donate: https://www.paypal.com/cgi-bin/webscr...
Original Post and Transcript: http://manwithcode.com/84/programming...
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")
En esta página del sitio puede ver el video en línea Programming With Ruby Episode 4, Main Ruby Concepts de Duración hora minuto segunda en buena calidad , que subió el usuario Man With Code 09 abril 2009, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 21,504 veces y le gustó 50 a los espectadores. Disfruta viendo!