# File lib/ruby_parser/bm_sexp.rb, line 349
  def then_clause
    expect :if
    self[2]
  end