lib/instructions/code/code_depth.rb in nudge-0.2.6 vs lib/instructions/code/code_depth.rb in nudge-0.2.7

- old
+ new

@@ -1,4 +1,9 @@ +# pushes a ValuePoint with the number of items in the +:code+ stack onto the +:int+ stack +# +# *pushes:* 1 +:int+ +# + class CodeDepthInstruction < Instruction include DepthInstruction def initialize(context) super(context, :code) end