зеркало из https://github.com/github/ruby.git
* lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9dd0d27156
Коммит
4ec8dc6d61
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 21 16:07:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]
|
||||
|
||||
Tue Jul 21 13:36:20 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/
|
||||
|
|
|
@ -161,6 +161,6 @@ if $0 == __FILE__
|
|||
ARGV.shift
|
||||
Tracer.on
|
||||
require $0
|
||||
elsif caller(0).size == 1
|
||||
elsif caller.size == 1
|
||||
Tracer.on
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче