# File lib/ruby_parser/bm_sexp.rb, line 337
  def condition= exp
    expect :if
    self[1] = exp
  end