# File lib/ruby_parser/bm_sexp.rb, line 290
  def third_arg
    expect :call, :attrasgn, :safe_call, :safe_attrasgn
    self[5]
  end