# File lib/ruby_parser/bm_sexp.rb, line 265
  def first_arg
    expect :call, :attrasgn, :safe_call, :safe_attrasgn
    self[3]
  end