Q. What is the purpose of the binding method in Ruby? (A) To execute a block of code within the context of a specific object (B) To capture the current execution context and create a binding object (C) To generate a list of variables and their values within the current scope (D) To execute a block of code within the context of a specific object ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) To capture the current execution context and create a binding object