From 2044baa61771c742ab4f2b7ba46755623bd97d1d Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 20 Feb 2009 17:38:23 +0000 Subject: Removed subversion $Id$ lines. --- lib/coderay/scanners/nitro_xhtml.rb | 2 -- lib/coderay/scanners/rhtml.rb | 2 -- lib/coderay/scanners/xml.rb | 2 -- 3 files changed, 6 deletions(-) (limited to 'lib/coderay/scanners') diff --git a/lib/coderay/scanners/nitro_xhtml.rb b/lib/coderay/scanners/nitro_xhtml.rb index 4a8ee96..871ce17 100644 --- a/lib/coderay/scanners/nitro_xhtml.rb +++ b/lib/coderay/scanners/nitro_xhtml.rb @@ -5,8 +5,6 @@ module Scanners load :ruby # Nitro XHTML Scanner - # - # $Id$ class NitroXHTML < Scanner include Streamable diff --git a/lib/coderay/scanners/rhtml.rb b/lib/coderay/scanners/rhtml.rb index 18cc60b..ca8196a 100644 --- a/lib/coderay/scanners/rhtml.rb +++ b/lib/coderay/scanners/rhtml.rb @@ -5,8 +5,6 @@ module Scanners load :ruby # RHTML Scanner - # - # $Id$ class RHTML < Scanner include Streamable diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb index bc6020a..0c7eab4 100644 --- a/lib/coderay/scanners/xml.rb +++ b/lib/coderay/scanners/xml.rb @@ -5,8 +5,6 @@ module Scanners # XML Scanner # - # $Id$ - # # Currently this is the same scanner as Scanners::HTML. class XML < HTML -- cgit v1.2.1