# File lib/ruby_parser/bm_sexp.rb, line 278
  def second_arg
    expect :call, :attrasgn, :safe_call, :safe_attrasgn
    self[4]
  end