Module ReturnNodes
Import path
import codeql.ruby.dataflow.internal.DataFlowPrivate
Classes
ExplicitReturnNode | A data-flow node that represents an expression explicitly returned by a callable. |
ExprReturnNode | A data-flow node that represents an expression implicitly returned by a callable. An implicit return happens when an expression can be the last thing that is evaluated in the body of the callable. |
InitializeReturnNode | A |