Ruby - Classes and Objects
In Ruby, inside an instance method, what object does
self refer to?self refer to?self inside instance methodsself refers to the object that invoked the method, i.e., the current instance.self inside instance method points to the instance [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions