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

Module IOOrFile

Provides modeling for concepts shared across File and IO.

Import path

import codeql.ruby.frameworks.core.internal.IOOrFile

Predicates

Classes

IOOrFileMethodCall
IOOrFileReadMethodCall

A method call that performs a read using either the IO or File classes.

IOOrFileWriteMethodCall

A method call that performs a write using either the IO or File classes.

Modules