Sha256: dcf5af6b42e0478060169ed57337e93165063bfbf7e36405d217d3c6bc969bda

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

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

class BoolPopInstruction < Instruction
  include PopInstruction
  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_pop.rb
nudge-0.2.8 lib/instructions/bool/bool_pop.rb
nudge-0.2.7 lib/instructions/bool/bool_pop.rb