instance method
expand_backtrace
Ruby on Rails 4.2.9
Since v4.1.16 Last seen in v7.0.10 PrivateSignature
expand_backtrace()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 142
def expand_backtrace
@exception.backtrace.unshift(
@exception.to_s.split("\n")
).flatten!
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 142
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper