class CodeRay::Duo

def encoder

The encoder of the duo. Only created once.
def encoder
  @encoder ||= CodeRay.encoder @format, @options
end