1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.

[ruby-core:19690]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-12-11 10:21:14 +00:00
parent 3060c7438d
commit 120ab4b826
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -1063,6 +1063,10 @@ class Pathname # * mixed *
end
end
class Pathname
undef =~
end
module Kernel
# create a pathname object.
#