class HexaPDF::Content::Operator::NoArgumentOperator

A specialized operator class for operators that take no arguments. Provides an optimized serialize method.

Public Instance Methods

serialize(_serializer) click to toggle source

An optimized version of the serialization algorithm.

See: BaseOperator#serialize

# File lib/hexapdf/content/operator.rb, line 129
def serialize(_serializer)
  @serialized
end