Class: Pdfrb::Content::Operator::ClosePath

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



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

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

.nameObject



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

def self.name; "h"; end