class CodeRay::Tokens

def text_token text, kind

:nocov:
def text_token text, kind
  self << text << kind
end