Sha256: 15cc419d7025e0e619a9e8ecbc2c08bdb282132596045fa6d7a8e6b8f5b4cb18

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

# pops (and discards) the topmost item from the +:exec+ stack
#

class ExecPopInstruction < Instruction
  include PopInstruction
  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_pop.rb
nudge-0.2.8 lib/instructions/exec/exec_pop.rb
nudge-0.2.7 lib/instructions/exec/exec_pop.rb