Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
parameters()
public
Return the parameters of the
method or block that the current hook belongs to
static VALUE
tracepoint_attr_parameters(VALUE tpval)
{
return rb_tracearg_parameters(get_trace_arg());
}