Class: Pdfrb::Content::Operator::EndPath
- Defined in:
- lib/pdfrb/content/operators/path.rb
Class Method Summary collapse
Methods inherited from NoArg
Methods inherited from Base
Class Method Details
.invoke(processor) ⇒ Object
64 |
# File 'lib/pdfrb/content/operators/path.rb', line 64 def self.invoke(processor, *); processor.path_end; end |
.name ⇒ Object
63 |
# File 'lib/pdfrb/content/operators/path.rb', line 63 def self.name; "n"; end |