Class: Pdfrb::Content::Operator::RestoreGraphicsState

Inherits:
NoArg
  • Object
show all
Defined in:
lib/pdfrb/content/operators/general.rb

Class Method Summary collapse

Methods inherited from NoArg

serialize

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor) ⇒ Object



19
# File 'lib/pdfrb/content/operators/general.rb', line 19

def self.invoke(processor, *); processor.pop_graphics_state; end

.nameObject



18
# File 'lib/pdfrb/content/operators/general.rb', line 18

def self.name; "Q"; end