Q. What is the purpose of the include keyword in Ruby classes? (A) To inherit from another class (B) To define a new method (C) To create a new instance (D) To mix in methods from a module into a class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) To mix in methods from a module into a class