Method: RubyParserStuff#argl

Defined in:
lib/ruby_parser_extras.rb

#argl(x) ⇒ Object



143
144
145
146
# File 'lib/ruby_parser_extras.rb', line 143

def argl x
  x = s(:arglist, x) if x and x.sexp_type == :array
  x
end