diff options
author | murphy <murphy@rubychan.de> | 2009-02-20 17:38:23 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-02-20 17:38:23 +0000 |
commit | 2044baa61771c742ab4f2b7ba46755623bd97d1d (patch) | |
tree | 1b5efafe1b27c692c7e42052b855f5c6959cbdfc /lib/coderay/scanner.rb | |
parent | d783fd52f706a5946e1184b9d6851c6aaf07ef58 (diff) | |
download | coderay-2044baa61771c742ab4f2b7ba46755623bd97d1d.tar.gz |
Removed subversion $Id$ lines.
Diffstat (limited to 'lib/coderay/scanner.rb')
-rw-r--r-- | lib/coderay/scanner.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/coderay/scanner.rb b/lib/coderay/scanner.rb index 371c858..fd5625e 100644 --- a/lib/coderay/scanner.rb +++ b/lib/coderay/scanner.rb @@ -4,8 +4,6 @@ module CodeRay # = Scanners # - # $Id$ - # # This module holds the Scanner class and its subclasses. # For example, the Ruby scanner is named CodeRay::Scanners::Ruby # can be found in coderay/scanners/ruby. |