aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/counting_loader.rb
blob: 2a4001b815f8b452d8e8a30b98d7921ae7e52911 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
$counting_loaded_times ||= 0
$counting_loaded_times += 1

module CountingLoader
end