Q. What will 'puts' method do in Ruby? (A) Print text without a newline (B) Print text with a newline (C) Store text in a variable (D) Comment the text ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Print text with a newline Explanation: 'puts' prints the output followed by a newline.