Method: ActionDispatch::ExceptionWrapper#source_extracts

Defined in:
actionpack/lib/action_dispatch/middleware/exception_wrapper.rb

#source_extractsObject



198
199
200
201
202
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 198

def source_extracts
  backtrace.map do |trace|
    extract_source(trace)
  end
end