Method: ActiveSupport::Testing::ErrorReporterAssertions::ErrorCollector::Report#handled

Defined in:
activesupport/lib/active_support/testing/error_reporter_assertions.rb

#handledObject Also known as: handled?

Returns the value of attribute handled

Returns:

  • (Object)

    the current value of handled



10
11
12
# File 'activesupport/lib/active_support/testing/error_reporter_assertions.rb', line 10

def handled
  @handled
end