# File lib/ruby_parser_extras.rb, line 499
  def argl x
    x = s(:arglist, x) if x and x[0] != :arglist
    x
  end