This method is deprecated or moved on the latest stable version.
The last existing version (1.2.0) is shown here.
implementation_backtrace()
public
Deprecated - use +backtrace()+
# File lib/spec/example/example_methods.rb, line 92
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