Class: Thread::Backtrace::Location
- Defined in:
- lib/active_support/core_ext/thread/backtrace/location.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#spot(ex) ⇒ Object
4 5 6 |
# File 'lib/active_support/core_ext/thread/backtrace/location.rb', line 4 def spot(ex) ErrorHighlight.spot(ex, backtrace_location: self) end |