lib/instructions/bool/bool_pop.rb in nudge-0.2.6 vs lib/instructions/bool/bool_pop.rb in nudge-0.2.7

- old
+ new

@@ -1,4 +1,7 @@ +# pops (and discards) the topmost item from the +:bool+ stack +# + class BoolPopInstruction < Instruction include PopInstruction def initialize(context) super(context, :bool) end