Support for the Ruby 2.4 series has ended. See here for reference.
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
REXML::Formatters
# File rexml/doctype.rb, line 216 def write( output, indent ) output << to_s end
This page was generated for Ruby 2.4.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.42.0.