Method: RSpec::Core::Notifications::SkippedExampleNotification#example

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

#exampleRSpec::Core::Example

the current example

Returns:

[View source]

230
231
232
# File 'lib/rspec/core/notifications.rb', line 230

def example
  @example
end