Module ArgumentNodes
Import path
import codeql.ruby.dataflow.internal.DataFlowPrivateClasses
| BlockArgumentNode | A data-flow node that represents a block argument. |
| ExplicitArgumentNode | A data-flow node that represents an explicit call argument. |
| SelfArgumentNode | A data-flow node that represents the |
| SynthHashSplatArgumentNode | A data-flow node that represents all keyword arguments wrapped in a hash. |