summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-24 23:24:32 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-24 23:24:32 +0000
commit421875eeffe50cd08952a19e292c28fa2ba864e6 (patch)
tree35976a81ab09c19411b8dfeb30b059adf097d562 /lib
parent373ea89e17894f33a0d6ba16a4b4d6f2ebd91ec6 (diff)
* lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethod
(oops). [Ruby 1.9 - Bug #4694] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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