Method: HexaPDF::Content::Operator::BaseOperator#invoke

Defined in:
lib/hexapdf/content/operator.rb

#invokeObject

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