As of https://github.com/ruby/ruby/pull/8952, `+"foo"` and `"foo".dup` have similar performance, but the later doesn't require parentheses for chaining, and is much more obvious. So IMHO `rubocop-performance` should advocate for `.dup` over `+@` when applicable.