diff options
Diffstat (limited to 'lib/coderay/duo.rb')
-rw-r--r-- | lib/coderay/duo.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/coderay/duo.rb b/lib/coderay/duo.rb index 9d11c0e..5468dda 100644 --- a/lib/coderay/duo.rb +++ b/lib/coderay/duo.rb @@ -2,8 +2,6 @@ module CodeRay # = Duo # - # $Id: scanner.rb 123 2006-03-21 14:46:34Z murphy $ - # # A Duo is a convenient way to use CodeRay. You just create a Duo, # giving it a lang (language of the input code) and a format (desired # output format), and call Duo#highlight with the code. |