Sha256: 5b0ddfc86782916fd6ed1c6232ada6cf7ecf5a810e0d10adba06f0ee319a4bfd

Contents?: true

Size: 176 Bytes

Versions: 3

Compression:

Stored size: 176 Bytes

Contents

# deletes all items from the +:code+ stack
#

class CodeFlushInstruction < Instruction
  include FlushInstruction
  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_flush.rb
nudge-0.2.8 lib/instructions/code/code_flush.rb
nudge-0.2.7 lib/instructions/code/code_flush.rb