Sha256: 06ff14a88d987a9aa1dc4ff3ad33f1d805936c0605cbdd08427dd425c3ff8a9a

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

# pops (and discards) the topmost item from the +:float+ stack
#

class FloatPopInstruction < Instruction
  include PopInstruction
  def initialize(context)
    super(context, :float)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/float/float_pop.rb
nudge-0.2.8 lib/instructions/float/float_pop.rb
nudge-0.2.7 lib/instructions/float/float_pop.rb