Sha256: 9dda9de871a0c0e14fbd4778841d31e346ca6aa12ffea8810f0cc570d2327d11
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 Bytes
Contents
# deletes all items from the +:exec+ stack # # note: this is the equivalent of a "BREAK" statement in many other languages # class ExecFlushInstruction < Instruction include FlushInstruction def initialize(context) super(context, :exec) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nudge-0.2.9 | lib/instructions/exec/exec_flush.rb |
nudge-0.2.8 | lib/instructions/exec/exec_flush.rb |
nudge-0.2.7 | lib/instructions/exec/exec_flush.rb |