Class: Thread::Backtrace::Location

Inherits:
Object
  • Object
show all
Defined in:
lib/active_support/core_ext/thread/backtrace/location.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#spot(ex) ⇒ Object



5
6
7
# File 'lib/active_support/core_ext/thread/backtrace/location.rb', line 5

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