Sha256: 4311cce973f4981a00ae5d9408375352392e4dc31094dbe4545d6a70438e4fa0

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 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
    SPOOM_PATH = (Pathname.new(__FILE__) / ".." / ".." / "..").to_s
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spoom-1.0.6 lib/spoom/config.rb
spoom-1.0.5 lib/spoom/config.rb