# File lib/ruby_parser/bm_sexp.rb, line 301
  def last_arg
    expect :call, :attrasgn, :safe_call, :safe_attrasgn

    if self[3]
      self[-1]
    else
      nil
    end
  end