Sha256: d669ced7372044a5c62b3c275b33c708914c0793106bf4452308ac84c45ec9c9
Contents?: true
Size: 307 Bytes
Versions: 45
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true module Karafka # Namespace for small support modules used throughout the Karafka ecosystem module Core class << self # @return [String] root path of this gem def gem_root Pathname.new(File.expand_path('../..', __dir__)) end end end end
Version data entries
45 entries across 45 versions & 1 rubygems