aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/circular2.rb
blob: 178bbca3bdc8bd9b652b28d0a6c680ec8f26f3d5 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
Circular1

class Circular2
end