lib/instructions/name/name_flush.rb in nudge-0.2.6 vs lib/instructions/name/name_flush.rb in nudge-0.2.7

- old
+ new

@@ -1,4 +1,7 @@ +# deletes all items from the +:name+ stack +# + class NameFlushInstruction < Instruction include FlushInstruction def initialize(context) super(context, :name) end