Does nothing and returns an empty string.
Defined for faster processing
[Source]
# File lib/coderay/encoders/null.rb, line 13 13: def to_proc 14: proc {} 15: end
# File lib/coderay/encoders/null.rb, line 19 19: def token(*) 20: # do nothing 21: end
[Validate]