Q. What does the include keyword do in Ruby? (A) Creates a new instance (B) Defines a new method (C) Mixes in methods from a module into a class (D) Inherits from another class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Mixes in methods from a module into a class