Method: RSpec::Core::Notifications::ProfileNotification#examples

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

#examplesArray<RSpec::Core::Example>

the examples run

Returns:



429
430
431
# File 'lib/rspec/core/notifications.rb', line 429

def examples
  @examples
end