REXML::Child
# File rexml-3.2.5/lib/rexml/doctype.rb, line 267 def initialize( src ) super() @entity = src end
# File rexml-3.2.5/lib/rexml/doctype.rb, line 271 def to_s @entity end
# File rexml-3.2.5/lib/rexml/doctype.rb, line 274 def write( output, indent ) output << @entity end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.