instance method
extract_file_and_line_number
Ruby on Rails edge
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
extract_file_and_line_number(trace)
No documentation comment.
Parameters
-
tracereq
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 348
def extract_file_and_line_number(trace)
[trace.path, trace.lineno]
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 348
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper