Class: Pdfrb::Content::Operator::EndPath

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

Class Method Summary collapse

Methods inherited from NoArg

serialize

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor) ⇒ Object



64
# File 'lib/pdfrb/content/operators/path.rb', line 64

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

.nameObject



63
# File 'lib/pdfrb/content/operators/path.rb', line 63

def self.name; "n"; end