Home » RailsĀ 8-0-stable » Index (L) » Thread » Backtrace » Location ▲
123456789_123456789_123456789_123456789_123456789_

Class: Thread::Backtrace::Location

Do not use. This class is for internal use only.

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