aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/loads_constant.rb
blob: 0bb434a956bb1ba4219760d0c594ec0c7f0b6cb8 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module LoadsConstant
end

# The _ = assignment is to prevent warnings
_ = RequiresConstant