Sha256: 7fbd0b1278071515d2327fe46bfd8a9bc052767ef3fe006690dc81263ed8c130

Contents?: true

Size: 173 Bytes

Versions: 3

Compression:

Stored size: 173 Bytes

Contents

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

class IntFlushInstruction < Instruction
  include FlushInstruction
  def initialize(context)
    super(context, :int)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/int/int_flush.rb
nudge-0.2.8 lib/instructions/int/int_flush.rb
nudge-0.2.7 lib/instructions/int/int_flush.rb