Which sequence can be used to substitute the value of any ruby expression in a string?
#(expr)
#{expr}
#expr
None of the mentioned
(B) #{expr}
Explanation:
#{expr} is valid.