aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/raises_no_method_error.rb
blob: 1db51879c70f1dbd28e166e2b0ec1f6e93343868 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class RaisesNoMethodError
  self.foobar_method_doesnt_exist
end