Method: RSpec::Core::ExampleGroup#example

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

#exampleObject

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