summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/debug.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-06 22:43:10 +0000
committermurphy <murphy@rubychan.de>2010-01-06 22:43:10 +0000
commite38e871cbda13a272f8255c70f46f08d14c06432 (patch)
treefc752851807499869b07218d34f320b767ddd2b5 /lib/coderay/encoders/debug.rb
parent17592a6d37cb9f75d41e78affc2d43257dd18d94 (diff)
downloadcoderay-e38e871cbda13a272f8255c70f46f08d14c06432.tar.gz
Cleanups.
Diffstat (limited to 'lib/coderay/encoders/debug.rb')
-rw-r--r--lib/coderay/encoders/debug.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/encoders/debug.rb b/lib/coderay/encoders/debug.rb
index a4b0648..03d6876 100644
--- a/lib/coderay/encoders/debug.rb
+++ b/lib/coderay/encoders/debug.rb
@@ -32,7 +32,7 @@ module Encoders
end
def close_token kind
- ">"
+ '>'
end
def begin_line kind
@@ -40,7 +40,7 @@ module Encoders
end
def end_line kind
- "]"
+ ']'
end
end