Q. Which will be output for the following code?
Code:
puts "Hello, Ruby!";
β
Correct Answer: (C)
Hello, Ruby!
Explanation: This will produce the following result : Hello, Ruby!