Method: ActiveSupport::SyntaxErrorProxy::BacktraceLocationProxy#initialize
- Defined in:
- activesupport/lib/active_support/syntax_error_proxy.rb
#initialize(loc, ex) ⇒ BacktraceLocationProxy
Returns a new instance of BacktraceLocationProxy.
24 25 26 27 |
# File 'activesupport/lib/active_support/syntax_error_proxy.rb', line 24 def initialize(loc, ex) super(loc) @ex = ex end |