Ruby - Metaprogramming Fundamentals
You have a class
Person with unknown instance variables. How can you write a method update_var(name, value) that updates any instance variable dynamically using instance_variable_set?