Method: REXML::AttlistDecl#write

Defined in:
lib/rexml/attlistdecl.rb

#write(out, indent = -1) ⇒ Object

Write out exactly what we got in.



55
56
57
# File 'lib/rexml/attlistdecl.rb', line 55

def write out, indent=-1
  out << @contents
end