class ActiveSupport::SyntaxErrorProxy::BacktraceLocationProxy

:nodoc:

def initialize(loc, ex)

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

def spot(_)

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