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

Module Object

Provides modeling for the Object class.

Import path

import codeql.ruby.frameworks.core.Object

Predicates

objectInstanceMethodName

Gets the name of an Object instance method.

Classes

ObjectInstanceMethodCall

An instance method on Object, which is available to all classes except BasicObject.