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

class RaisesNoMethodError
  self.foobar_method_doesnt_exist
end