Q. What is the purpose of the extend keyword in Ruby? (A) Adds methods from a module as class methods (B) Adds methods from a module as instance methods (C) Initializes a new instance of a class (D) Calls a superclass method ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Adds methods from a module as class methods