diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 10:21:14 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 10:21:14 +0000 |
| commit | 92d30406c7ccdf8275fae7ec678368c7733902d9 (patch) | |
| tree | cd1b76b2adcb4234b02fd18dfd5affc1e0361b1c | |
| parent | f7f42c30200e5635358c3bfbcfba19f746beeba1 (diff) | |
| download | ruby-92d30406c7ccdf8275fae7ec678368c7733902d9.tar.gz ruby-92d30406c7ccdf8275fae7ec678368c7733902d9.tar.xz ruby-92d30406c7ccdf8275fae7ec678368c7733902d9.zip | |
* lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.
[ruby-core:19690]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lib/pathname.rb | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Dec 11 19:16:30 2008 Tanaka Akira <akr@fsij.org> + + * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb. + [ruby-core:19690] + Thu Dec 11 13:09:01 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * re.c (reg_enc_error): raise EncodingCompatibilityError for diff --git a/lib/pathname.rb b/lib/pathname.rb index 1bc0063bb..86f0f5480 100644 --- a/lib/pathname.rb +++ b/lib/pathname.rb @@ -1063,6 +1063,10 @@ class Pathname # * mixed * end end +class Pathname + undef =~ +end + module Kernel # create a pathname object. # |
