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
- .new(loc, ex) ⇒ BacktraceLocationProxy constructor
Instance Method Summary
Constructor Details
.new(loc, ex) ⇒ BacktraceLocationProxy
# 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