# File lib/parser/builders/default.rb, line 264 def array(begin_t, elements, end_t) n(:array, elements, collection_map(begin_t, elements, end_t)) end