From 52c034aecb365c6cf2a41b8648c3e87fb335fdaf Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 4 Aug 2006 18:05:50 +0000 Subject: Documentation cleanup. Includes patches by Hugh Sasse: * ping.rb * weakref.rb * mailread.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/comment.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/rexml/comment.rb') diff --git a/lib/rexml/comment.rb b/lib/rexml/comment.rb index 334017cbfc..cb91d47f8c 100644 --- a/lib/rexml/comment.rb +++ b/lib/rexml/comment.rb @@ -2,13 +2,15 @@ require "rexml/child" module REXML ## - # Represents an XML comment; that is, text between + # Represents an XML comment; that is, text between \ class Comment < Child include Comparable START = "" - attr_accessor :string # The content text + # The content text + + attr_accessor :string ## # Constructor. The first argument can be one of three types: -- cgit v1.2.3