Does nothing and returns an empty string.
[Source]
# File lib/coderay/encoders/null.rb, line 11 11: def text_token text, kind 12: # do nothing 13: end
[Validate]