diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-06 09:56:13 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-06 09:56:13 +0000 |
| commit | 072b62608b588e0c80487c56096daa6acc6ddc1e (patch) | |
| tree | c9d4f41b55cc73e50a2013feab72ed4e5cfca3a6 /ChangeLog | |
| parent | 5dc8d0d0300ca76e553fc8761ce20118359d48b6 (diff) | |
* lib/fileutils.rb: new method FileUtils.pwd.
* lib/fileutils.rb: default label is ''.
* lib/fileutils.rb: using module_eval again, to avoid ruby's bug.
* lib/fileutils.rb: fix wrong examples in rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Thu Feb 6 19:01:32 2003 Minero Aoki <aamine@loveruby.net> + + * lib/fileutils.rb: new method FileUtils.pwd. + + * lib/fileutils.rb: default label is ''. + + * lib/fileutils.rb: using module_eval again, to avoid ruby's bug. + + * lib/fileutils.rb: fix wrong examples in rdoc. + Thu Feb 6 17:43:56 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/complex.rb (Complex#==): should not raise error by type |
