From c07b792cb2953fc019b3f3d4e8f92ee918aa326a Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 21 Jan 2004 15:11:02 +0000 Subject: :nodoc: the "Deprecated" module git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/.document | 2 +- lib/base64.rb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/.document b/lib/.document index d50270f49..598407e22 100644 --- a/lib/.document +++ b/lib/.document @@ -29,4 +29,4 @@ test/unit.rb thread.rb thwait.rb time.rb -yaml.rb \ No newline at end of file +yaml.rb diff --git a/lib/base64.rb b/lib/base64.rb index d4d33d0bf..de09a3f79 100644 --- a/lib/base64.rb +++ b/lib/base64.rb @@ -15,7 +15,7 @@ require "kconv" module Base64 module_function - # Returns the Base64-decoded version of \obj{str}. + # Returns the Base64-decoded version of _str_. # # require 'base64' # str = 'VGhpcyBpcyBsaW5lIG9uZQpUaGlzIG' + @@ -85,7 +85,8 @@ module Base64 end end - module Deprecated + + module Deprecated # :nodoc: include Base64 def _deprecated_base64(*args) -- cgit