mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() 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 |
||
---|---|---|
.. | ||
fixtures | ||
binding_spec.rb | ||
callee_id_spec.rb | ||
defined_class_spec.rb | ||
disable_spec.rb | ||
enable_spec.rb | ||
enabled_spec.rb | ||
event_spec.rb | ||
inspect_spec.rb | ||
lineno_spec.rb | ||
method_id_spec.rb | ||
new_spec.rb | ||
parameters_spec.rb | ||
path_spec.rb | ||
raised_exception_spec.rb | ||
return_value_spec.rb | ||
self_spec.rb | ||
trace_spec.rb |