зеркало из https://github.com/github/ruby.git
* 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:
Родитель
3060c7438d
Коммит
120ab4b826
|
@ -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.
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче