method
source_extracts
v7.1.3.2 -
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)
end
end