mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rexml/document.rb (REXML::Document#write): Remove needless
indent in document. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de2e09e0bc
commit
292c659b5c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Oct 28 15:00:19 2012 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/document.rb (REXML::Document#write): Remove needless
|
||||
indent in document.
|
||||
|
||||
Sun Oct 28 14:59:14 2012 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/document.rb (REXML::Document#write): Accept options
|
||||
|
|
|
@ -181,7 +181,7 @@ module REXML
|
|||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue