1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
drbrain 2011-05-24 23:24:32 +00:00
parent 373ea89e17
commit 421875eeff

View file

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