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