Method: REXML::ExternalEntity#write

Defined in:
lib/rexml/doctype.rb

#write(output, indent) ⇒ Object



246
247
248
# File 'lib/rexml/doctype.rb', line 246

def write( output, indent )
  output << @entity
end