ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which sequence can be used to substitute the value of any ruby expression in a string?
#(expr)
#{expr}
#expr
None of the mentioned
Correct Answer: B — #{expr}
#{expr} is valid.