Method: RSpec::Core::Notifications::ExamplesNotification#examples

Defined in:
lib/rspec/core/notifications.rb

#examplesArray<RSpec::Core::Example>

Returns list of examples.

Returns:



75
76
77
# File 'lib/rspec/core/notifications.rb', line 75

def examples
  @reporter.examples
end