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