class CodeRay::Encoders::Encoder

def finish options

The return value is the result of encoding, typically @out.
Called with merged options after encoding starts.
def finish options
  @out
end