All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Interpolations do not work in single-quote strings. Double quotes must be used.
foo = 'something with #{interpolation} inside'
foo = "something with #{interpolation} inside"