Q. When Whitespace characters such as spaces and tabs can not ignored in Ruby code?
β
Correct Answer: (A)
While using strings
Explanation: Whitespace characters such as spaces and tabs are generally ignored in Ruby code, except when they appear in strings.