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