aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/service_one.rb
blob: 614929774114338af5b50f543f5d14ffcf256c92 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
$loaded_service_one ||= 0
$loaded_service_one += 1

class ServiceOne
end