26 27 28 29 30
# File 'lib/q/syntax.rb', line 26 def args arguments.elements.map do |argument| argument.identifier.text_value end end