method

new

rails latest stable - Class: ActiveSupport::SyntaxErrorProxy::BacktraceLocationProxy
new(loc, ex)
public

No documentation available.

# File activesupport/lib/active_support/syntax_error_proxy.rb, line 24
      def initialize(loc, ex)
        super(loc)
        @ex = ex
      end