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

Member predicate SetterMethodCall::getTargetName

Gets the name of the method being called without the trailing =. For example, in the following two statements the target name is value:

foo.value=(1)
foo.value = 1
string getTargetName()