class ActiveSupport::SyntaxErrorProxy

def source_location_eval?

Ruby 3.3+
def source_location_eval?
  __getobj__.path.start_with?("(eval")
end