Sha256: 789fbc0dd62334f416acd6daf35936b069171f900154a36ec8aa4c842ac80c75

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

# exchanges the position of the top 2 items on the +:int+ stack
#

class IntSwapInstruction < Instruction
  include SwapInstruction
  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_swap.rb
nudge-0.2.8 lib/instructions/int/int_swap.rb
nudge-0.2.7 lib/instructions/int/int_swap.rb