mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
In ```rb class << x ... end ``` the scope of `x` is not the singleton class itself, but rather the outer scope.
In ```rb class << x ... end ``` the scope of `x` is not the singleton class itself, but rather the outer scope.