Ruby: Class and Instance Methods - 003

preview_player
Показать описание
#LEARN #RUBY #PROGRAMMING

Understanding how the documentation is laid out can be helpful when learning ruby. This means we have to understand the difference between Class methods and instance methods.

Рекомендации по теме
Комментарии
Автор

why does Integer.sqrt(3) return 1?
1 * 1 = 1 (?)

zerotoyoga