diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-25 21:45:31 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-25 21:45:31 +0000 |
commit | 01d3b3a410e0eb6e3b2149a7f3cc9f915036f571 (patch) | |
tree | 94e0a006afdde898d678d92bcb2d62e78b8182fc | |
parent | 8aaa8c8b0e364d780950130296168cdc34783ca6 (diff) | |
download | ruby-01d3b3a410e0eb6e3b2149a7f3cc9f915036f571.tar.gz ruby-01d3b3a410e0eb6e3b2149a7f3cc9f915036f571.tar.xz ruby-01d3b3a410e0eb6e3b2149a7f3cc9f915036f571.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@3410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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, |