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:
parent
373ea89e17
commit
421875eeff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue