Sha256: 036c76c0d4c918879404f00e0127a81de3b2b6423c564c0a403b14cf31969084

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

# pushes a ValuePoint with the number of items in the +:int+ stack onto the +:int+ stack
#
# *pushes:* 1 +:int+
#

class IntDepthInstruction < Instruction
  include DepthInstruction
  def initialize(context)
    super(context, :int)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/int/int_depth.rb
nudge-0.2.8 lib/instructions/int/int_depth.rb
nudge-0.2.7 lib/instructions/int/int_depth.rb