Sha256: 9f3c34152c51496ca8eb7d9cd7e9b3537d71ce57652c26b5b3ebfcc632ece861

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

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

class CodePopInstruction < Instruction
  include PopInstruction
  def initialize(context)
    super(context, :code)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/code/code_pop.rb
nudge-0.2.8 lib/instructions/code/code_pop.rb
nudge-0.2.7 lib/instructions/code/code_pop.rb