class SyntaxTree::YARV::NewArray

### Summary

‘newarray` puts a new array initialized with `number` values from the stack. It pops `number` values off the stack and pushes the array onto the stack.

### Usage

~~~ruby

“string”

~~~