Actions
Bug #1426
closedREXML::Document.write wrong formatting
Description
=begin
In method write of class REXML::Document a bug in method declaration causes a failure. Following is method declaration
def write( output=$stdout, indent=-1, trans=false, ie_hack=false )
third parameter is declared with name "trans", but later is checked with name "transitive", generating an error.
=end
Files
Updated by febuiles (Federico Builes) over 15 years ago
=begin
This was fixed a while ago, just upgrade your copy of Ruby or the REXML library.
=end
Updated by matz (Yukihiro Matsumoto) over 15 years ago
- Status changed from Open to Closed
=begin
=end
Actions
Like0
Like0Like0