Method: Spec::Example::ExampleMethods#backtrace

Defined in:
lib/spec/example/example_methods.rb

#backtraceObject

Provides the backtrace up to where this example was declared.



103
104
105
# File 'lib/spec/example/example_methods.rb', line 103

def backtrace
  @_backtrace
end