codeql/ruby-all
3.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets a local variable declared by this block. For example local in { | param; local| puts param }.
local
{ | param; local| puts param }
LocalVariableWriteAccess getALocalVariable()