CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module Scope

Import path

import codeql.ruby.ast.Scope

Classes

Scope

A variable scope. This is either a top-level (file), a module, a class, or a callable.

SelfScope

A scope in which a self variable exists.