summaryrefslogtreecommitdiff
path: root/lib/erb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/erb.rb')
-rw-r--r--lib/erb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erb.rb b/lib/erb.rb
index 5a5af10230..0ddaa5000d 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -266,7 +266,7 @@ end
# ERB::Compiler
class ERB
# = ERB::Compiler
- #
+ #
# Compiles ERB templates into Ruby code; the compiled code produces the
# template result when evaluated. ERB::Compiler provides hooks to define how
# generated output is handled.
@@ -308,7 +308,7 @@ class ERB
#
# obj = 'It'
# eval code
- #
+ #
# Evaluate using an input:
#
# mod = Module.new