Home » RailsĀ 7-1-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

  • #spot(ex)

    See additional method definition at line 5.

Instance Method Details

#spot(ex)

See additional method definition at line 5.

[ GitHub ]

  
# File 'activesupport/lib/active_support/core_ext/thread/backtrace/location.rb', line 9

def spot(ex)
  ErrorHighlight.spot(ex, backtrace_location: self)
end