Answer Posted / Saneep Singh
Interpolation in Ruby allows you to embed expressions within strings. You can use the `#{}` syntax for string interpolation or the older `%` operator with a format string (e.g., `"%s %s" % ["Hello", "World"]`).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers