diff options
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 |