Sha256: 894b5e17ac8053bf71503407cf4c4ba75f45f74993f6530fd3822a517ab37b89
Contents?: true
Size: 360 Bytes
Versions: 7
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true require "active_support/deprecation" module Skylight SKYLIGHT_GEM_ROOT = "#{File.expand_path('../..', __dir__)}/" class Deprecation < ActiveSupport::Deprecation private def ignored_callstack(path) path.start_with?(SKYLIGHT_GEM_ROOT) end end DEPRECATOR = Deprecation.new("6.0", "skylight") end
Version data entries
7 entries across 7 versions & 1 rubygems