class Origami::PDF::Instruction

def to_s

def to_s
    "#{operands.map{|op| op.to_o.to_s}.join(' ')}#{' ' unless operands.empty?}#{operator}\n"
end