ruby-changes:25302
From: kou <ko1@a...>
Date: Sun, 28 Oct 2012 15:01:16 +0900 (JST)
Subject: [ruby-changes:25302] kou:r37354 (trunk): * lib/rexml/document.rb (REXML::Document#write): Remove needless
kou 2012-10-28 15:01:06 +0900 (Sun, 28 Oct 2012) New Revision: 37354 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37354 Log: * lib/rexml/document.rb (REXML::Document#write): Remove needless indent in document. Modified files: trunk/ChangeLog trunk/lib/rexml/document.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 37353) +++ ChangeLog (revision 37354) @@ -1,3 +1,8 @@ +Sun Oct 28 15:00:19 2012 Kouhei Sutou <kou@c...> + + * lib/rexml/document.rb (REXML::Document#write): Remove needless + indent in document. + Sun Oct 28 14:59:14 2012 Kouhei Sutou <kou@c...> * lib/rexml/document.rb (REXML::Document#write): Accept options Index: lib/rexml/document.rb =================================================================== --- lib/rexml/document.rb (revision 37353) +++ lib/rexml/document.rb (revision 37354) @@ -181,7 +181,7 @@ # tr.write(Document.new("<a><b/></a>"), output) # # output:: - # output an object which supports '<< string'; this is where the + # output an object which supports '<< string'; this is where the # document will be written. # indent:: # An integer. If -1, no indenting will be used; otherwise, the -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/