method
inspect
rails latest stable - Class:
ActiveSupport::Testing::EventReporterAssertions::EventCollector::Event
inspect()public
No documentation available.
# File activesupport/lib/active_support/testing/event_reporter_assertions.rb, line 18
def inspect
"#{event_data[:name]} (payload: #{event_data[:payload].inspect}, tags: #{event_data[:tags].inspect})"
end