We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e57b27 commit b629d57Copy full SHA for b629d57
lib/erb.rb
@@ -815,7 +815,9 @@ def self.version
815
# **Keyword Argument `eoutvar`**
816
#
817
# The string value of keyword argument `eoutvar` specifies the name of the variable
818
- # that method #result uses to construct its result string.
+ # that method #result uses to construct its result string;
819
+ # see #src.
820
+ #
821
# This is useful when you need to run multiple \ERB templates through the same binding
822
# and/or when you want to control where output ends up.
823
0 commit comments