Create a new Args node.
59 60 61
# File 'lib/syntax_tree/dsl.rb', line 59 def Args(parts) Args.new(parts: parts, location: Location.default) end