` puts RubyVM::InstructionSequence.compile('[]').disasm` points to `newarray` which is YARV instruction:
<a href="https://github.com/ruby/ruby/blob/ca6b174078fa15f33655be704d9409fdbc4f9929/insns.def#L423" rel="nofollow">https://github.com/ruby/ruby/blob/ca6b174078fa15f33655be704d...</a>