Sha256: a04d961065f4b591608a2126faa5476a78fb701b1676e40cfbb6482b8ce9ecdd
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 Bytes
Contents
# 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 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nudge-0.2.9 | lib/instructions/code/code_depth.rb |
nudge-0.2.8 | lib/instructions/code/code_depth.rb |
nudge-0.2.7 | lib/instructions/code/code_depth.rb |