Method: SyntaxTree::DSL#Args

Defined in:
lib/syntax_tree/dsl.rb

#Args(parts) ⇒ Object

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