Sha256: fdb8f69569fb14cebcd917c179f7dab3f8e5517d7d1811831f0c38072a90a197

Contents?: true

Size: 196 Bytes

Versions: 3

Compression:

Stored size: 196 Bytes

Contents

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

class BoolSwapInstruction < Instruction
  include SwapInstruction
  def initialize(context)
    super(context, :bool)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/bool/bool_swap.rb
nudge-0.2.8 lib/instructions/bool/bool_swap.rb
nudge-0.2.7 lib/instructions/bool/bool_swap.rb