Class: Dvi::Opcode::Eop

Inherits:
Base
  • Object
show all
Defined in:
lib/dvi/opcode.rb

Overview

Eop is a class for eop opcode. The eop opcode means “end of page.”

Instance Method Summary collapse

Methods inherited from Base

range, read, set_range

Instance Method Details

#interpret(ps) ⇒ Object



177
178
179
180
# File 'lib/dvi/opcode.rb', line 177

def interpret(ps)
  # the stack should be empty.
  ps.stack.clear
end