What do we mean by expression substitution?
Embedding the value of Ruby expression into a string using #{ }
Substituting string functions
Storing string value
None of the mentioned
Correct Answer: A — Embedding the value of Ruby expression into a string using #{ }
Explanation:
Strings are displayed #{} sequence.