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

class RaisesNameError
  FooBarBaz
end