struct

StackMachine::Store

Inherits Struct < Value < Object

Struct for Store opcode

Constructors

new(index : Int32)
Source

Instance methods

call

Pass in a block to perform specified operation with the underlying index

Store.new.call do | index |
  do_something_with index
end
Source