Examveda
Examveda

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

Answer: Option A


This Question Belongs to Ruby Programming >> Advanced Topics In Ruby

Join The Discussion

Related Questions on Advanced Topics in Ruby

What is a singleton class in Ruby?

A. A class that can have only one method

B. A class that is used to define methods for a single object

C. A class that can have only one subclass

D. A class that can have only one method