Class: Thread::Backtrace::Location

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

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