Class: CodeTools::AST::ArrayLiteral

Inherits:
Node
  • Object
show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



209
210
211
# File 'lib/rubinius/code/compiler/evaluator.rb', line 209

def execute(e)
  @body.map { |x| x.execute(e) }
end