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")
На этой странице сайта вы можете посмотреть видео онлайн Programming With Ruby Episode 4, Main Ruby Concepts длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Man With Code 09 Апрель 2009, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 21,504 раз и оно понравилось 50 зрителям. Приятного просмотра!