* instruby.rb: re-define individual methods verbosely rather than

including FileUtils::Verbose, in order to suppress messages from
  FileUtils#cmp.

* lib/fileutils.rb (FileUtils::Verbose, FileUtils::NoWrite):
  re-define methods with define_method instead of module_eval.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-01-25 21:45:31 +00:00
Родитель 1f267f1ee5
Коммит 3380618f1c
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,12 @@
Sun Jan 26 06:43:48 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* instruby.rb: re-define individual methods verbosely rather than
including FileUtils::Verbose, in order to suppress messages from
FileUtils#cmp.
* lib/fileutils.rb (FileUtils::Verbose, FileUtils::NoWrite):
re-define methods with define_method instead of module_eval.
Sun Jan 26 03:37:18 2003 Akinori MUSHA <knu@iDaemons.org>
* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,