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