From 421875eeffe50cd08952a19e292c28fa2ba864e6 Mon Sep 17 00:00:00 2001 From: drbrain Date: Tue, 24 May 2011 23:24:32 +0000 Subject: * 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 --- lib/erb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 # # 30 # - module DefMethod # :nodoc: + module DefMethod public # define _methodname_ as instance method of current module, using ERB # object or eRuby file -- cgit v1.2.1