How to interpolate in single quotes?
I tried something like this, but there are two problems.
string = 'text contains "#{search.query}"'
It probably seems strange, but the gem I'm working with requires this.
string ruby string-interpolation
Dru
source share