# File lib/ruby_parser_extras.rb, line 815
  def new_when cond, body
    s(:when, cond, body)
  end