mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02:00
The behaviour of `Object#inspect` depends on whether it has been overridden by a subclass, but it will typically produce output on a single line. Calling `inspect` on a String will replace newlines with `\n`, which is then safe for interpolation into a log line.