Q. What is a closure in Ruby? (A) An object that encapsulates a block of code along with its surrounding context (B) A block of code that can be passed around as an object (C) A method that takes a block as an argument (D) A method that returns a lambda ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) An object that encapsulates a block of code along with its surrounding context