1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
mame cd0fec3728 Add TracePoint#parameters
It can be used to get the parameters' information of method and block.
There was no way to get block parameters.
It was possible but ineffective to get method parameters via Method
object: `tp.defined_class.method(tp.method_id).parameters`
TracePoint#parameters allows us to get the information easily.
[Feature #14694]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-03 05:10:41 +00:00
..
argf Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
array Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
basicobject Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
binding Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
builtin_constants Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
class Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
comparable Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
complex Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
dir Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
encoding Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
enumerable Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
enumerator Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
env Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
exception Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
false Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
fiber Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
file Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
filetest Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
float Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
gc Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
hash Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
integer Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
io Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
kernel object.c: Add a new alias then to Kernel#yield_self; [Feature #14594] 2018-05-30 08:24:52 +00:00
main Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
marshal Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
matchdata Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
math Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
method use requrie_relative 2018-03-31 11:11:31 +00:00
module Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
mutex Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
nil Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
numeric Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
objectspace Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
proc required paths are real paths 2018-03-05 01:57:27 +00:00
process Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
random Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
range range.c: === by cover? 2018-05-17 10:46:21 +00:00
rational Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
regexp Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
signal Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
string Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
struct Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
symbol Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
systemexit Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
thread Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
threadgroup Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
time Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
tracepoint Add TracePoint#parameters 2018-06-03 05:10:41 +00:00
true Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
unboundmethod required paths are real paths 2018-03-05 01:57:27 +00:00
warning Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00