Beginner Ruby
Q13 / 100

What is the special variable name used to reference the current object instance inside a method?

Correct! Well done.

Incorrect.

The correct answer is B) self

B

Correct Answer

self

Explanation

"self" refers to the current object (instance) within instance methods, similar to "this" in other languages.

Progress
13/100