Method: CodeRay::Encoders::JSON#text_token

Defined in:
lib/coderay/encoders/json.rb

#text_token(text, kind) ⇒ Object



60
61
62
# File 'lib/coderay/encoders/json.rb', line 60

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