struct

StackMachine::Load

Inherits Struct < Value < Object

Struct for Load opcode

Constructors

new(index : Int32)
Source

Instance methods

call

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

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