Method: CodeRay::Encoders::Encoder#text_token

Defined in:
lib/coderay/encoder.rb

#text_token(text, kind) ⇒ Object

Called for each text token ([text, kind]), where text is a String.



129
130
131
# File 'lib/coderay/encoder.rb', line 129

def text_token text, kind
  @out << text
end