Maintenance of Ruby 2.0.0 will end on February 24, 2016. 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 203 def initialize src super() @string = src end
# File rexml/doctype.rb, line 208 def to_s @string+'>' end
See REXML::Formatters
# File rexml/doctype.rb, line 215 def write( output, indent ) output << to_s end
This page was generated for Ruby 2.0.0
Ruby-doc.org is a service of James Britt and Neurogami, a software development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.33.0.