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