Method: ActiveSupport::SyntaxErrorProxy::BacktraceLocationProxy#spot

Defined in:
activesupport/lib/active_support/syntax_error_proxy.rb

#spot(_) ⇒ Object



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

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