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

Module Method

Import path

import codeql.ruby.ast.Method

Classes

Block

A block.

BraceBlock

A block defined using curly braces, e.g. in the following code: rb names.each { |name| puts name }

Callable

A callable.

DoBlock

A block enclosed within do and end.

Lambda

A lambda (anonymous method). For example: rb -> (x) { x + 1 }

Method

A normal method.

MethodBase

A method.

SingletonMethod

A singleton method.