method
source_extracts
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper
source_extracts()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 204
def source_extracts
backtrace.map do |trace|
extract_source(trace).merge(trace: trace)
end
end