class CodeRay::Encoders::Null

Does nothing and returns an empty string.
= Null Encoder

def text_token text, kind

def text_token text, kind
  # do nothing
end