123456789_123456789_123456789_123456789_123456789_

Class: ActiveSupport::SyntaxErrorProxy::BacktraceLocationProxy

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Thread::Backtrace::Location
Defined in: activesupport/lib/active_support/syntax_error_proxy.rb

Class Method Summary

Instance Method Summary

::Thread::Backtrace::Location - Inherited

#spot

See additional method definition at line 5.

Constructor Details

.new(loc, ex) ⇒ BacktraceLocationProxy

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 24

def initialize(loc, ex)
  super(loc)
  @ex = ex
end

Instance Method Details

#spot(_)

[ GitHub ]

  
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 29

def spot(_)
  super(@ex.__getobj__)
end