Project

General

Profile

Actions

Bug #1426

closed

REXML::Document.write wrong formatting

Added by luzan8 (Luciano Zanotto) almost 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
[ruby-core:23339]

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

document.rb (6.78 KB) document.rb luzan8 (Luciano Zanotto), 05/01/2009 12:51 AM
Actions #1

Updated by febuiles (Federico Builes) almost 15 years ago

=begin
This was fixed a while ago, just upgrade your copy of Ruby or the REXML library.
=end

Actions #2

Updated by matz (Yukihiro Matsumoto) almost 15 years ago

  • Status changed from Open to Closed

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0