class CodeRay::Encoders::JSON

def text_token text, kind

def text_token text, kind
  append :type => 'text', :text => text, :kind => kind
end