Sha256: 8e9364948a2997d38fd0aa016b5c13c9b6ecb581dc0eed72d413e0d38d493599

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

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

class ExecDepthInstruction < Instruction
  include DepthInstruction
  def initialize(context)
    super(context, :exec)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/exec/exec_depth.rb
nudge-0.2.8 lib/instructions/exec/exec_depth.rb
nudge-0.2.7 lib/instructions/exec/exec_depth.rb