mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge RDoc changes from HEAD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4d2d744487
commit
91edcb053b
35 changed files with 361 additions and 321 deletions
|
@ -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 = "<!--"
|
||||
STOP = "-->"
|
||||
|
||||
attr_accessor :string # The content text
|
||||
# The content text
|
||||
|
||||
attr_accessor :string
|
||||
|
||||
##
|
||||
# Constructor. The first argument can be one of three types:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue