Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
REXML::Child
This is an abstract class. You never use this directly; it serves as a parent class for the specific declarations.
# File rexml/doctype.rb, line 204 def initialize src super() @string = src end
# File rexml/doctype.rb, line 209 def to_s @string+'>' end
See REXML::Formatters
# File rexml/doctype.rb, line 216 def write( output, indent ) output << to_s end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.