aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/reachable.rb
blob: 2020f5204c962344f9e8670eebdc056cc50e10c2 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

require "active_support/core_ext/module/anonymous"
require "active_support/core_ext/string/inflections"

ActiveSupport::Deprecation.warn("reachable is deprecated and will be removed from the framework.")