Class
Class Methods
::
lib/rexml/doctype.rb
View on GitHub
# File tmp/rubies/ruby-2.5.9/lib/rexml/doctype.rb, line 267
def initialize( src )
super()
@entity = src
end
No documentation available
Instance Methods
#
lib/rexml/doctype.rb
View on GitHub
# File tmp/rubies/ruby-2.5.9/lib/rexml/doctype.rb, line 271
def to_s
@entity
end
No documentation available
lib/rexml/doctype.rb
View on GitHub
# File tmp/rubies/ruby-2.5.9/lib/rexml/doctype.rb, line 274
def write( output, indent )
output << @entity
end
No documentation available