зеркало из https://github.com/github/ruby.git
* ext/pathname/pathname.c (path_initialize): return a value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fffb949e47
Коммит
17749e5168
|
@ -1,3 +1,7 @@
|
|||
Sun Jul 18 01:09:27 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/pathname/pathname.c (path_initialize): return a value.
|
||||
|
||||
Sun Jul 18 00:02:19 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/pathname/lib/pathname.rb (Pathname#initialize): removed.
|
||||
|
|
|
@ -33,6 +33,7 @@ path_initialize(VALUE self, VALUE arg)
|
|||
|
||||
set_strpath(self, str);
|
||||
OBJ_INFECT(self, str);
|
||||
return self;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче