class method
self.new
Ruby on Rails 8.1.2
Since v7.1.6Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/error_reporter/test_helper.rb, line 7
def initialize
@events = []
end
Defined in activesupport/lib/active_support/error_reporter/test_helper.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ErrorReporter::TestHelper::ErrorSubscriber