summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/erb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/erb.rb b/lib/erb.rb
index 3ca939c5c8..a73041f69a 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -740,6 +740,7 @@ class ERB
# % enables Ruby code processing for lines beginning with %
# <> omit newline for lines starting with <% and ending in %>
# > omit newline for lines ending in %>
+ # - omit blank lines ending in -%>
#
# _eoutvar_ can be used to set the name of the variable ERB will build up
# its output in. This is useful when you need to run multiple ERB