class ActiveSupport::SyntaxErrorProxy

def backtrace

:nodoc:
source on error pages in development.
source location of the syntax error. That way we can display the error
is to enhance the backtraces on SyntaxError exceptions to include the
This is a class for wrapping syntax errors. The purpose of this class
def backtrace
  parse_message_for_trace + super
end