Module: Spoom::Sorbet

Included in:
Context
Defined in:
lib/spoom/sorbet.rb,
lib/spoom/sorbet/config.rb,
lib/spoom/sorbet/errors.rb,
lib/spoom/sorbet/sigils.rb,
lib/spoom/sorbet/metrics.rb

Defined Under Namespace

Modules: Errors, MetricsParser, Sigils Classes: Config, Error

Constant Summary collapse

CONFIG_PATH =
"sorbet/config"
GEM_PATH =
T.let(Gem::Specification.find_by_name("sorbet-static").full_gem_path, String)
BIN_PATH =
T.let((Pathname.new(GEM_PATH) / "libexec" / "sorbet").to_s, String)
KILLED_CODE =
137
SEGFAULT_CODE =
139