method

inspect

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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