Class: Thread::Backtrace::Location
Do not use. This class is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Inherits: | Object |
Defined in: | activesupport/lib/active_support/core_ext/thread/backtrace/location.rb |
Instance Method Summary
Instance Method Details
#spot(ex)
[ GitHub ]# File 'activesupport/lib/active_support/core_ext/thread/backtrace/location.rb', line 4
def spot(ex) ErrorHighlight.spot(ex, backtrace_location: self) end