class Parser::Builders::Default

def rescue_body(rescue_t,

def rescue_body(rescue_t,
                exc_list, assoc_t, exc_var,
                then_t, compound_stmt)
  n(:resbody, [ exc_list, exc_var, compound_stmt ],
    rescue_body_map(rescue_t, exc_list, assoc_t,
                    exc_var, then_t, compound_stmt))
end