[前][次][番号順一覧][スレッド一覧]

ruby-changes:19680

From: drbrain <ko1@a...>
Date: Wed, 25 May 2011 08:24:36 +0900 (JST)
Subject: [ruby-changes:19680] drbrain:r31725 (trunk): * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethod

drbrain	2011-05-25 08:24:32 +0900 (Wed, 25 May 2011)

  New Revision: 31725

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31725

  Log:
    * lib/erb.rb:  Restore documentation for ERB::Util and ERB::DefMethod
      (oops).  [Ruby 1.9 - Bug #4694]

  Modified files:
    trunk/lib/erb.rb

Index: lib/erb.rb
===================================================================
--- lib/erb.rb	(revision 31724)
+++ lib/erb.rb	(revision 31725)
@@ -894,7 +894,7 @@
 # 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 @@
   #
   #   <b>30</b>
   #
-  module DefMethod # :nodoc:
+  module DefMethod
     public
     # define _methodname_ as instance method of current module, using ERB
     # object or eRuby file

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]