method

backtrace

rails latest stable - Class: ActiveSupport::SyntaxErrorProxy
backtrace()
public

No documentation available.

# File activesupport/lib/active_support/syntax_error_proxy.rb, line 11
    def backtrace
      parse_message_for_trace + super
    end