class CodeRay::Encoders::Null

Null Encoder

Does nothing and returns an empty string.

Public Instance Methods

text_token(text, kind) click to toggle source
# File lib/coderay/encoders/null.rb, line 11
def text_token text, kind
  # do nothing
end