class CodeRay::Encoders::Null
Null
Encoder
¶ ↑
Does nothing and returns an empty string.
Public Instance Methods
Source
# File lib/coderay/encoders/null.rb, line 11 def text_token text, kind # do nothing end
Null
Encoder
¶ ↑Does nothing and returns an empty string.
# File lib/coderay/encoders/null.rb, line 11 def text_token text, kind # do nothing end