diff options
author | murphy <murphy@rubychan.de> | 2010-01-06 22:43:10 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-06 22:43:10 +0000 |
commit | e38e871cbda13a272f8255c70f46f08d14c06432 (patch) | |
tree | fc752851807499869b07218d34f320b767ddd2b5 /lib/coderay/encoders/debug.rb | |
parent | 17592a6d37cb9f75d41e78affc2d43257dd18d94 (diff) | |
download | coderay-e38e871cbda13a272f8255c70f46f08d14c06432.tar.gz |
Cleanups.
Diffstat (limited to 'lib/coderay/encoders/debug.rb')
-rw-r--r-- | lib/coderay/encoders/debug.rb | 4 |
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 |