method

write

v1_9_3_392 - Show latest stable - Class: REXML::DTD::EntityDecl
write( output, indent )
public

No documentation available.

# File lib/rexml/dtd/entitydecl.rb, line 44
      def write( output, indent )
        indent( output, indent )
        output << to_s
      end