instiki/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb
2007-02-09 17:12:31 -06:00

4 lines
64 B
Ruby

class RaisesNoMethodError
self.foobar_method_doesnt_exist
end