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:

  • the current value of examples



431
432
433
# File 'lib/rspec/core/notifications.rb', line 431

def examples
  @examples
end