Method: RSpec::Core::Notifications::ExampleNotification#example

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

#exampleRSpec::Core::Example

the current example

Returns:



38
39
40
# File 'lib/rspec/core/notifications.rb', line 38

def example
  @example
end