ruby-changes:46792
From: k0kubun <ko1@a...>
Date: Fri, 26 May 2017 22:58:41 +0900 (JST)
Subject: [ruby-changes:46792] k0kubun:r58907 (trunk): erb.rb: [DOC] Follow compiled code's change
k0kubun 2017-05-26 22:58:36 +0900 (Fri, 26 May 2017) New Revision: 58907 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58907 Log: erb.rb: [DOC] Follow compiled code's change introduced in r58905. Modified files: trunk/lib/erb.rb Index: lib/erb.rb =================================================================== --- lib/erb.rb (revision 58906) +++ lib/erb.rb (revision 58907) @@ -291,7 +291,7 @@ class ERB https://github.com/ruby/ruby/blob/trunk/lib/erb.rb#L291 # <i>Generates</i>: # # #coding:UTF-8 - # _erbout=''.dup; _erbout.<< "Got "; _erbout.<<(( obj ).to_s); _erbout.<< "!\n"; _erbout + # _erbout=''.dup; _erbout.<< -"Got "; _erbout.<<(( obj ).to_s); _erbout.<< -"!\n"; _erbout # # By default the output is sent to the print method. For example: # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/