We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a1469 commit 16baea2Copy full SHA for 16baea2
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll
@@ -1002,7 +1002,7 @@ class CallableNode extends ExprNode {
1002
/** Gets the `n`th positional parameter. */
1003
ParameterNode getParameter(int n) { this.getParameterPosition(result).isPositional(n) }
1004
1005
- /** Gets the number of parameters of this callable. */
+ /** Gets the number of positional parameters of this callable. */
1006
final int getNumberOfParameters() { result = count(this.getParameter(_)) }
1007
1008
/** Gets the keyword parameter of the given name. */
0 commit comments