class Opal::Parser

def new_class(start, path, sup, body, endt)

def new_class(start, path, sup, body, endt)
  sexp = s(:class, path, sup, body)
  sexp.source = source(start)
  sexp
end