Method: REXML::AttlistDecl#write

Defined in:
lib/rexml/attlistdecl.rb

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

Write out exactly what we got in.



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

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