Q. What will be the output of the given code?
"I'am learning Ruby Language".length.reverse.upcase
"I'am learning Ruby Language".length.reverse.upcase
β
Correct Answer: (D)
Undefined method 'reverse' for 27:Fixnum