summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2025-09-18 22:52:28 +0100
committergit <svn-admin@ruby-lang.org>2025-09-18 22:53:21 +0000
commit271c3503be72695a457515072f3f5b4b25038489 (patch)
treecfc72eadd31363b1e2a55d1fba7786fc47ce7bf0
parentb76b1d25aec2e039028b567ff69ed8098a9e783c (diff)
[ruby/erb] [DOC] Tweak for ERB.new (argument eoutvar)
https://github.com/ruby/erb/commit/b629d578c0
-rw-r--r--lib/erb.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/erb.rb b/lib/erb.rb
index 053d16156a..59861099ca 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -815,7 +815,9 @@ class ERB
# **Keyword Argument `eoutvar`**
#
# The string value of keyword argument `eoutvar` specifies the name of the variable
- # that method #result uses to construct its result string.
+ # that method #result uses to construct its result string;
+ # see #src.
+ #
# This is useful when you need to run multiple \ERB templates through the same binding
# and/or when you want to control where output ends up.
#