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: |