Module: ActionDispatch::ExceptionWrapperOverrides
- Defined in:
- lib/editor_opener/action_dispatch/exception_wrapper_overrides.rb
Instance Method Summary collapse
Instance Method Details
#source_extracts ⇒ Object
3 4 5 6 7 |
# File 'lib/editor_opener/action_dispatch/exception_wrapper_overrides.rb', line 3 def source_extracts backtrace.map do |trace| extract_source(trace).merge(trace: trace) end end |