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

Member predicate Module::getParentModule

Gets the enclosing module, as it appears in the qualified name of this module.

For example, the parent module of A::B is A, and A itself has no parent module.

Module getParentModule()