method

write

v1_8_6_287 - Show latest stable - Class: REXML::DTD::NotationDecl
write( output, indent )
public

No documentation available.

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