aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/raises_name_error.rb
blob: 051f839994d67e448f8785c52c148ddb8b051731 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class RaisesNameError
  FooBarBaz
end