erb.rb: [DOC] Follow compiled code's change

introduced in r58905.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2017-05-26 13:58:36 +00:00
parent d9efeebfd4
commit 9f9f8236ff

View File

@ -291,7 +291,7 @@ class ERB
# <i>Generates</i>: # <i>Generates</i>:
# #
# #coding:UTF-8 # #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: # By default the output is sent to the print method. For example:
# #