index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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