Skip to content

Commit b629d57

Browse files
BurdetteLamark0kubun
authored andcommitted
[DOC] Tweak for ERB.new (argument eoutvar)
1 parent 3e57b27 commit b629d57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/erb.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,9 @@ def self.version
815815
# **Keyword Argument `eoutvar`**
816816
#
817817
# The string value of keyword argument `eoutvar` specifies the name of the variable
818-
# that method #result uses to construct its result string.
818+
# that method #result uses to construct its result string;
819+
# see #src.
820+
#
819821
# This is useful when you need to run multiple \ERB templates through the same binding
820822
# and/or when you want to control where output ends up.
821823
#

0 commit comments

Comments
 (0)