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

Module BasicObject

Provides modeling for the BasicObject class.

Import path

import codeql.ruby.frameworks.core.BasicObject

Predicates

basicObjectInstanceMethodName

Gets the name of an instance method on BasicObject.

Classes

BasicObjectInstanceMethodCall

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

InstanceEvalCallCodeExecution

A call to BasicObject#instance_eval, which executes its first argument as Ruby code.