Files
codeql/ruby/ql/lib/codeql
Owen Mansel-Chan 6001c735ff Ruby: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
2026-03-04 12:45:06 +00:00
..