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

Member predicate API::Node::getKeywordParameter

Gets the given keyword parameter of this callable, or keyword argument to this call.

Note: for historical reasons, this predicate may refer to an argument of a call, but this may change in the future. When referring to an argument, it is recommended to use getKeywordArgument(n) instead.

Node getKeywordParameter(string name)