Method: Estreet::ArrayExpression#attributes

Defined in:
lib/estreet/array_expression.rb

#attributesObject



10
11
12
# File 'lib/estreet/array_expression.rb', line 10

def attributes
  super.merge(elements: @elements)
end