singleton method REXML::Comment.new

new(string, parent = nil) -> REXML::Comment[permalink][rdoc][edit]
new(comment, parent = nil) -> REXML::Comment

Comment オブジェクトを生成します。

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます (親ノードの情報は複製されません)。

[PARAM] string:
コメント文字列
[PARAM] comment:
REXML::Comment オブジェクト
[PARAM] parent:
親ノード