aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/multiple_constant_file.rb
blob: 1da26e6c2c25e604f7856778e348e749d4c25095 (plain) (blame)
1
2
3
4
# frozen_string_literal: true

MultipleConstantFile = 10
SiblingConstant = MultipleConstantFile * 2