Method: RSpec::Core::ExampleGroup#example
- Defined in:
- lib/rspec/core/example_group.rb
#example ⇒ Object
Returns the [Example](Example) object that wraps this instance of ExampleGroup
408 409 410 |
# File 'lib/rspec/core/example_group.rb', line 408 def example @example end |