* 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
Родитель 3060c7438d
Коммит 120ab4b826
2 изменённых файлов: 9 добавлений и 0 удалений

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

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

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

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