Class variables vs class instance variables in Ruby

preview_player
Показать описание
Class variables vs class instance variables in Ruby.
Рекомендации по теме
Комментарии
Автор

Great video! I didn't know about instance variable method. best way to learn is poking around.

gustavovalen
Автор

your videos are great and the topics are pretty specific = super-great

brunomontebello
Автор

Great video!!! What is your editor theme?

maresal
Автор

Thanks for this video... How about a metaprogramming intro with ruby?

CHACHANUS
Автор

Thank you for this video, definitely help me understand the difference between Class variables and class instance variables. I was just wondering, what if one wanted to keep count of the different animal types along with the the total animals also. So in your example, you added 3 dogs, and this was reflected, but the overall Animal count remained the same. Is this possible?

kodcx
Автор

how did you do it can you share with me, thank you

TanNguyen-knwi