qtil
advanced-security/qtil-ruby 0.0.2
Search

Module Gem

Provides modeling for the Gem module and .gemspec files.

Import path

import codeql.ruby.frameworks.core.Gem

Predicates

getALibraryInput

Gets a parameter that is an input to a named gem.

Classes

GemSpec

A .gemspec file that lists properties of a Ruby gem. The contents of a .gemspec file generally look like: Ruby Gem::Specification.new do |s| s.name = 'library-name' s.require_path = "lib" # more properties end