class CodeRay::Encoders::Encoder

def setup options

See the HTML Encoder for an example of option caching.

Sets @out to an empty string.
Called with merged options before encoding starts.
def setup options
  @out = get_output(options)
end