From 32b27f997b68a998991ed62c4cadc5bdc114d34d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 8 Dec 2005 05:43:54 +0000 Subject: Remove insignificant classes from docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3249 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/vendor/html-scanner/html/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb b/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb index 218db80823..086f7171b5 100644 --- a/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb +++ b/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb @@ -264,7 +264,7 @@ module HTML #:nodoc: # A CDATA node is simply a text node with a specialized way of displaying # itself. - class CDATA < Text + class CDATA < Text #:nodoc: def to_s "" end -- cgit v1.2.3