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}
Explanation:
#{expr} is valid.