Returns the number of tokens.
Text and block tokens are counted.
Methods
Public Instance methods
# File lib/coderay/encoders/count.rb, line 29 def begin_group kind @count += 1 end
Alias for begin_group
Alias for begin_group
Alias for begin_group
# File lib/coderay/encoders/count.rb, line 25 def text_token text, kind @count += 1 end
