summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-13 05:33:14 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-13 05:33:14 +0200
commite423275749744fb2cf768087a07b4c839eaf4734 (patch)
treed7b4503894b6170e297f7b5aa2a052dc33c50757 /lib/coderay/encoders
parent8e67efef5b412b16d755fb47538e24a2b6bafce0 (diff)
downloadcoderay-e423275749744fb2cf768087a07b4c839eaf4734.tar.gz
remove dump/undump functionality
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/debug.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/debug.rb b/lib/coderay/encoders/debug.rb
index 61520a1..f4db330 100644
--- a/lib/coderay/encoders/debug.rb
+++ b/lib/coderay/encoders/debug.rb
@@ -9,7 +9,6 @@ module Encoders
#
# You cannot fully restore the tokens information from the
# output, because consecutive :space tokens are merged.
- # Use Tokens#dump for caching purposes.
#
# See also: Scanners::Debug
class Debug < Encoder