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

Module EnsureSplitting

Import path

import codeql.ruby.controlflow.internal.Splitting

Predicates

Classes

EnsureSplit

A split for nodes belonging to an ensure block, which determines how to continue execution after leaving the ensure block. For example, in

EnsureSplitType

The type of a split ensure node.