aboutsummaryrefslogtreecommitdiffstats
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 a05a85653c..bb47943a86 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -894,7 +894,7 @@ end
# ERB::Util
class ERB
# A utility module for conversion routines, often handy in HTML generation.
- module Util # :nodoc:
+ module Util
public
#
# A utility method for escaping HTML tag characters in _s_.
@@ -969,7 +969,7 @@ class ERB
#
# <b>30</b>
#
- module DefMethod # :nodoc:
+ module DefMethod
public
# define _methodname_ as instance method of current module, using ERB
# object or eRuby file