REXML::Child
# File rexml-3.2.5/lib/rexml/doctype.rb, line 268 def initialize( src ) super() @entity = src end
# File rexml-3.2.5/lib/rexml/doctype.rb, line 272 def to_s @entity end
# File rexml-3.2.5/lib/rexml/doctype.rb, line 275 def write( output, indent ) output << @entity end
This page was generated for Ruby 3.0.1
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.2.