Vidyalelo
Ruby Programming · Q26

Advanced Topics in Ruby

Programming · Ruby Programming · question 26

Q26

What is the purpose of the trace_var method in Ruby?

A.
To create a new instance of a variable
B.
To track the usage of a specific variable throughout the execution of a program
C.
To print the current value of a variable to the console
D.
To set a callback that is triggered whenever a global variable is accessed or modified
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board