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

silence_warnings do
  Circular2
end

class Circular1
end