Method: HexaPDF::Content::Operator::BaseOperator#invoke
- Defined in:
- lib/hexapdf/content/operator.rb
#invoke ⇒ Object
Invokes the operator so that it performs its job.
This base version does nothing!
97 98 |
# File 'lib/hexapdf/content/operator.rb', line 97 def invoke(*) end |