Method: RSpec::Core::Notifications::ExampleNotification#example
- Defined in:
- lib/rspec/core/notifications.rb
#example ⇒ RSpec::Core::Example
the current example
38 39 40 |
# File 'lib/rspec/core/notifications.rb', line 38 def example @example end |