Sha256: 573cf48d84b1c5dfc2026d18f9aa6e3d0c5a11586cbb232445b844dcc7811808
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
# typed: true # frozen_string_literal: true module Spoom module Config SORBET_CONFIG = "sorbet/config" SORBET_GEM_PATH = Gem::Specification.find_by_name("sorbet-static").full_gem_path SORBET_PATH = (Pathname.new(SORBET_GEM_PATH) / "libexec" / "sorbet").to_s WORKSPACE_PATH = (Pathname.new(ENV['BUNDLE_GEMFILE']) / "..").to_s end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spoom-1.0.4 | lib/spoom/config.rb |