Sha256: b1f3fe14f4ea75eafa17fdbb1ce37c24bc77070e65c1c1639337888a882d039e
Contents?: true
Size: 146 Bytes
Versions: 18
Compression:
Stored size: 146 Bytes
Contents
# frozen_string_literal: true module ActionDispatch def self.deprecator # :nodoc: @deprecator ||= ActiveSupport::Deprecation.new end end
Version data entries
18 entries across 18 versions & 4 rubygems