Method: Spec::Example::ExampleMethods#implementation_backtrace
- Defined in:
- lib/spec/example/example_methods.rb
#implementation_backtrace ⇒ Object
Deprecated - use backtrace()
108 109 110 111 112 113 114 |
# File 'lib/spec/example/example_methods.rb', line 108 def implementation_backtrace Kernel.warn "ExampleMethods#implementation_backtrace is deprecated and will be removed\nfrom a future version. Please use ExampleMethods#backtrace instead.\n" backtrace end |