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