REXML::Child
This is an abstract class. You never use this directly; it serves as a parent class for the specific declarations.
# File rexml-3.2.5/lib/rexml/doctype.rb, line 242 def initialize src super() @string = src end
# File rexml-3.2.5/lib/rexml/doctype.rb, line 247 def to_s @string+'>' end
See REXML::Formatters
# File rexml-3.2.5/lib/rexml/doctype.rb, line 254 def write( output, indent ) output << to_s end
This page was generated for Ruby 3.0.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.